Browse Source

森语-事故处理单-字段大小调整

jbb 2 years ago
parent
commit
c46c38b867
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/views/oa/IncidentTicketList.vue

+ 5 - 5
src/views/oa/IncidentTicketList.vue

@@ -228,8 +228,8 @@ import moment from 'moment'
             title:'通知人',
             align:"center",
             dataIndex: 'noticerUser',
-            customRender: (t) => ellipsis(t,10),
-            width:150,  
+            customRender: (t) => ellipsis(t,3),
+            width:80,  
           },
           {
             title:'财务备注',
@@ -243,14 +243,14 @@ import moment from 'moment'
              align:"center",
              ellipsis: true,
              dataIndex: 'acSetNo',
-             width:100
+             width:80
 
            },
           {
             title:'U8发票号',
             align:"center",
             dataIndex: 'u8Invoices',
-            customRender: (t) => ellipsis(t,10),
+            customRender: (t) => ellipsis(t,8),
             width:100,
           },
           {
@@ -304,7 +304,7 @@ import moment from 'moment'
             title:'款号',
             align:"center",
             dataIndex: 'styleNumber',
-            customRender: (t) => ellipsis(t,10),
+            customRender: (t) => ellipsis(t,8),
             width:100
           },
           {