Procházet zdrojové kódy

bug修复【ID1007617】

chenrui před 4 roky
rodič
revize
f5bc33e1f2
1 změnil soubory, kde provedl 10 přidání a 6 odebrání
  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' }
         }