Ver Fonte

bug fix

zhangjie há 1 ano atrás
pai
commit
ff1761dd8a

+ 1 - 1
src/config/constants.js

@@ -33,7 +33,7 @@ export const ABLE_TYPE = {
 };
 // 审核结果
 export const AUDITING_RESULT = {
-  NOT_PASS: '未通过',
+  NO_PASS: '未通过',
   PASS: '通过',
 };
 // 系统管理 ------->

+ 1 - 1
src/views/system/config-manage/device-manage/edit-device-dialog.vue

@@ -81,7 +81,7 @@
         </t-col>
         <t-col :span="12">
           <t-form-item label="当前所在地" name="location">
-            <t-input v-model="formData.location" clearable />
+            <select-area v-model="formData.location" :level="2"></select-area>
           </t-form-item>
         </t-col>
       </t-row>