Browse Source

模板列表页显示ID

zhangxc 5 years ago
parent
commit
52f2d9b7fb
1 changed files with 3 additions and 4 deletions
  1. 3 4
      src/components/qualityControl/QualityControlTemp.vue

+ 3 - 4
src/components/qualityControl/QualityControlTemp.vue

@@ -29,10 +29,9 @@
                     style="width: 100%">
                 <el-table-column
                         :resizable = "false"
-                        type="index"
-                        :index = 'indexMethod'
-                        label="编号"
-                        width="60">
+                        label="模板Id"
+                        prop="id"
+                        >
                 </el-table-column>
                 <el-table-column
                         :resizable = "false"