Bläddra i källkod

人力资源-列表宽度调整

jbb 2 år sedan
förälder
incheckning
c74489f741
1 ändrade filer med 6 tillägg och 6 borttagningar
  1. 6 6
      src/views/system/modules/AddressListRight.vue

+ 6 - 6
src/views/system/modules/AddressListRight.vue

@@ -85,7 +85,7 @@
           // },
           {
             title: '姓名',
-            width: '10%',
+            width: 100,
             align: 'center',
             dataIndex: 'realname'
           },
@@ -97,32 +97,32 @@
           // },
           {
             title: '性别',
-            width: '7%',
+            width: 100,
             align: "center",
             dataIndex: 'sex_dictText',
           },
           {
             title: '部门',
-            width: '15%',
+            width: 100,
             align: 'center',
             dataIndex: 'departIds'
           },
           {
             title: '岗位',
-            width: '15%',
+            width: 150,
             align: 'center',
             dataIndex: 'post',
             customRender: (text) => (text || '').split(',').map(t => this.positionInfo[t] ? this.positionInfo[t] : t).join(',')
           },
           {
             title: '手机',
-            width: '15%',
+            width: 150,
             align: 'center',
             dataIndex: 'mobile'
           },
           {
             title: '座机',
-            width: '15%',
+            width: 150,
             align: 'center',
             dataIndex: 'phone'
           },