Bläddra i källkod

feat(core): 员工列表接入

gemercheung 3 år sedan
förälder
incheckning
3f6e5f8a0c
1 ändrade filer med 5 tillägg och 4 borttagningar
  1. 5 4
      src/views/staff/list.vue

+ 5 - 4
src/views/staff/list.vue

@@ -88,22 +88,22 @@
         {
           title: t('routes.staff.deptName'),
           dataIndex: 'companyName',
-          width: 160,
+          width: 100,
         },
         {
           title: t('routes.staff.userName'),
           dataIndex: 'userName',
-          width: 80,
+          width: 200,
         },
         {
           title: t('routes.staff.nickName'),
           dataIndex: 'nickName',
-          width: 80,
+          width: 200,
         },
         {
           title: '手机',
           dataIndex: 'phone',
-          width: 160,
+          width: 140,
         },
 
         {
@@ -162,6 +162,7 @@
         showIndexColumn: false,
         rowKey: 'id',
         pagination: { pageSize: 20 },
+        ellipsis: false,
         bordered: true,
       });