소스 검색

质检项列表增加序号

hezhanp 8 달 전
부모
커밋
07a92da584
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      src/views/inspectionProject/index.vue

+ 5 - 3
src/views/inspectionProject/index.vue

@@ -163,11 +163,12 @@ export default {
       columns: [
         
         {
-          width: 55,
-          type: 'index',
-          label: '序号',
           columnKey: 'index',
+          label: '序号',
+          type: 'index',
+          width: 55,
           align: 'center',
+          showOverflowTooltip: true,
           fixed: 'left'
         },
         {
@@ -183,6 +184,7 @@ export default {
           align: 'center',
           minWidth: 110
         },
+
         {
           prop: 'textType',
           label: '参数类型',