lilei 2 years ago
parent
commit
f3d24226a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/power/user/userList.vue

+ 1 - 1
src/views/power/user/userList.vue

@@ -114,7 +114,7 @@ export default {
         { title: '用户名称', dataIndex: 'name', align: 'center', width: '23%', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '手机号码', dataIndex: 'phone', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '用户账号', dataIndex: 'loginName', width: '12%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '所属分区', dataIndex: 'allSubareaName', width: '8%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
+        // { title: '所属分区', dataIndex: 'allSubareaName', width: '8%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '角色', dataIndex: 'roleNames', width: '23%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '状态', width: '6%', align: 'center', scopedSlots: { customRender: 'status' } },
         { title: '操作', width: '10%', align: 'center', scopedSlots: { customRender: 'action' } }