luowei 1 年之前
父节点
当前提交
cf068a8883
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/system/user/index.vue

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

@@ -248,7 +248,7 @@
             >
               <template slot-scope="scope">
                 <dict-tag
-                  :options="dict.type.sys_user_is_lock"
+                  :options="dict.type.sys_normal_disable"
                   :value="scope.row.isLock"
                 />
               </template>