Browse Source

锁柜管理状态字典值修改

wyn 2 months ago
parent
commit
544e10e759
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/hw/lockCabinet/LockCabinetForm.vue

+ 1 - 1
src/views/hw/lockCabinet/LockCabinetForm.vue

@@ -75,7 +75,7 @@
       <el-form-item label="状态" prop="status">
         <el-radio-group v-model="formData.status">
           <el-radio
-            v-for="dict in getIntDictOptions(DICT_TYPE.CABINET_STATUS)"
+            v-for="dict in getIntDictOptions(DICT_TYPE.CANBINET_STATUS)"
             :key="dict.value"
             :label="dict.value"
           >