Browse Source

bug修复【ID1007617】

chenrui 4 năm trước cách đây
mục cha
commit
f5bc33e1f2
1 tập tin đã thay đổi với 10 bổ sung6 xóa
  1. 10 6
      src/views/power/user/userList.vue

+ 10 - 6
src/views/power/user/userList.vue

@@ -120,25 +120,29 @@ export default {
         {
           title: '序号',
           dataIndex: 'no',
-          width: 60,
+          width: 80,
           align: 'center'
         },
         {
 		      title: '创建时间',
           dataIndex: 'createDate',
-          width: 150,
+          width: 160,
+          align: 'center'
+        },
+        {
+          title: '用户账号',
+          dataIndex: 'loginName',
           align: 'center'
         },
         {
           title: '用户名称',
           dataIndex: 'name',
-          width: 150,
           align: 'center'
         },
         {
           title: '手机号码',
           dataIndex: 'phone',
-          width: 150,
+          width: 120,
           align: 'center'
         },
         {
@@ -149,13 +153,13 @@ export default {
         },
         {
           title: '状态',
-          width: 150,
+          width: 120,
           align: 'center',
           scopedSlots: { customRender: 'status' }
         },
         {
           title: '操作',
-          width: 150,
+          width: 160,
           align: 'center',
           scopedSlots: { customRender: 'action' }
         }