Przeglądaj źródła

质检项列表增加序号

hezhanp 8 miesięcy temu
rodzic
commit
07a92da584
1 zmienionych plików z 5 dodań i 3 usunięć
  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: '参数类型',