tangning 2 năm trước cách đây
mục cha
commit
ea8b4e7b38
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      src/views/empower/AddCameraModal.vue

+ 12 - 0
src/views/empower/AddCameraModal.vue

@@ -104,6 +104,18 @@
             field: 'projectNum',
             ifShow: data.useType == '4',
           },
+          {
+            field: 'machineCode',
+            componentProps: {
+              disabled: data.id ? true : false,
+            },
+          },
+          {
+            field: 'snCodes',
+            componentProps: {
+              disabled: data.id ? true : false,
+            },
+          },
         ]);
         setFieldsValue(data);
       }