Commit 9501adb2 authored by 涂伟's avatar 涂伟

feat: '物联设备表所属站点字段附加权限优化'

parent bdb1833e
Pipeline #91622 passed with stages
......@@ -319,7 +319,7 @@ const EditableCell = ({
valuePropName="checked"
>
<Checkbox
disabled={record.ReadOnly && record.groupName === '物联设备表'}
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