Browse Source

事故处理单-财务备注-显示字数调整

jbb 2 năm trước cách đây
mục cha
commit
a811452018
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/oa/IncidentTicketList.vue

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

@@ -228,7 +228,7 @@ import moment from 'moment'
             title:'财务备注',
             align:"center",
             dataIndex: 'financeRemark',
-            customRender: (t) => ellipsis(t,20),
+            customRender: (t) => ellipsis(t,15),
             width:250,  
           },
           {