Browse Source

人员的状态字典

luowei 1 năm trước cách đây
mục cha
commit
9d93439f0f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/system/user/index.vue

+ 1 - 1
src/views/system/user/index.vue

@@ -68,7 +68,7 @@
                   style="width: 200px"
                 >
                   <el-option
-                    v-for="dict in dict.type.sys_user_is_lock"
+                    v-for="dict in dict.type.sys_normal_disable"
                     :key="dict.value"
                     :label="dict.label"
                     :value="dict.value"