Commit ea9b0946 authored by Sixiang_Zzb's avatar Sixiang_Zzb

修改新增服务商 服务返回选择错误提示文案

parent 7611da70
...@@ -37,7 +37,7 @@ const Edit = (props: any) => { ...@@ -37,7 +37,7 @@ const Edit = (props: any) => {
if (checkedValue.indexOf('0') > -1 && checkedValue.indexOf('1') > -1) { if (checkedValue.indexOf('0') > -1 && checkedValue.indexOf('1') > -1) {
Modal.error({ Modal.error({
title: 'Error', title: 'Error',
content: <div>Accountant and security can only choose one!!!</div>, content: <div>Accounting and security can only be selected singly.</div>,
}); });
} }
}; };
......
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