Explorar el Código

质量字段隐藏

yuansh hace 1 año
padre
commit
0b360fe71d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
           },