Commit 921b0cf7 authored by Sixiang_Zzb's avatar Sixiang_Zzb

新建服务商错误提示修改

parent 50bea0ef
...@@ -65,7 +65,7 @@ export default { ...@@ -65,7 +65,7 @@ export default {
// message.error("Service scope selection error!!!") // message.error("Service scope selection error!!!")
Modal.error({ Modal.error({
title: 'Service selection error', title: 'Service selection error',
content: 'No multiple selection are not allowed once Accounting or Security server is being selected!', content: 'No multiple selection are allowed once Accounting or Security server is being selected!',
}); });
return; return;
} }
......
...@@ -31,6 +31,7 @@ const Card = (props: any) => { ...@@ -31,6 +31,7 @@ const Card = (props: any) => {
[3, 'Received'], [3, 'Received'],
]; ];
// [0,业主],[1,家人],[2,租客]
const apply_relation = [ const apply_relation = [
[0, 'Owner'], [0, 'Owner'],
[1, 'Family Member'], [1, 'Family Member'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment