liujt před 5 dny
rodič
revize
7de1424746

+ 3 - 2
src/enum/dict.js

@@ -49,8 +49,9 @@ export default {
   摄像头品牌: 'camera_brand',
   NVR设备类型:'device_type_nvr',
   机器人品牌: 'isp_robot_brand',
-  机器人类型: 'isp_robot_type'
-
+  机器人类型: 'isp_robot_type',
+  设备管理设备类型: 'isp_device_type',
+  设备品牌: 'device_brand'
 };
 
 export const numberList = ['patrol_cycle'];

+ 1 - 1
src/views/ledgerAssets/subDevice/components/formModel.vue

@@ -57,7 +57,7 @@
         <el-col :span="8">
           <el-form-item label="设备类型" prop="classifyCode">
             <DictSelection
-              dictName="设备类型"
+              dictName="设备管理设备类型"
               v-model="form.classifyCode"
               @itemChange="classifyCodeChange"
             ></DictSelection>