hezhanp пре 8 месеци
родитељ
комит
8bc799cd63
1 измењених фајлова са 9 додато и 1 уклоњено
  1. 9 1
      src/views/inspectionProject/index.vue

+ 9 - 1
src/views/inspectionProject/index.vue

@@ -161,6 +161,15 @@ export default {
       cacheKeyUrl: 'qsm-c2e9664a-inspectionProject',
       cacheKeyUrl: 'qsm-c2e9664a-inspectionProject',
       // 表格列配置
       // 表格列配置
       columns: [
       columns: [
+        
+        {
+          width: 55,
+          type: 'index',
+          label: '序号',
+          columnKey: 'index',
+          align: 'center',
+          fixed: 'left'
+        },
         {
         {
           prop: 'inspectionCode',
           prop: 'inspectionCode',
           label: '参数编码',
           label: '参数编码',
@@ -174,7 +183,6 @@ export default {
           align: 'center',
           align: 'center',
           minWidth: 110
           minWidth: 110
         },
         },
-
         {
         {
           prop: 'textType',
           prop: 'textType',
           label: '参数类型',
           label: '参数类型',