Commit 77762b4b authored by 皮倩雯's avatar 皮倩雯

fix: '人员选择器,站点选择器,部门选择器,本人部门,本人站点增加ID存储配置,去掉本人ID形态'

parent 29ab91c6
Pipeline #66743 passed with stages
...@@ -187,10 +187,10 @@ const maintenance = () => { ...@@ -187,10 +187,10 @@ const maintenance = () => {
width: 80, width: 80,
align: 'center', align: 'center',
render: record => { render: record => {
if (record == '是') { if (record === '是') {
return <Tag color="success">{record}</Tag>; return <Tag color="success"></Tag>;
} else { } else {
return <Tag color="processing">{record}</Tag>; return <Tag color="processing"></Tag>;
} }
}, },
}, },
......
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