Commit 8e22db10 authored by 涂伟's avatar 涂伟

fix: '表字段附加逻辑优化'

parent 17e790bd
......@@ -319,7 +319,7 @@ const EditableCell = ({
valuePropName="checked"
>
<Checkbox
disabled={record.ReadOnly && record.groupName === '物联设备表' && record.Name !== '所属站点'}
disabled={record.ReadOnly && record.groupName === '物联设备表' && record.Name === '编码'}
onChange={saveAddCheckBox}
/>
</Form.Item>
......
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