소스 검색

质量字段隐藏

yuansh 1 년 전
부모
커밋
0b360fe71d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/oa/IncidentTicketList.vue

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

@@ -319,7 +319,7 @@ import moment from 'moment'
             title:'款号',
             align:"center",
             dataIndex: 'styleNumber',
-            customRender: (t) => ellipsis(t,8),
+            customRender: (t) => ellipsis(t,7),
             width:100
           },