ysy 2 年之前
父節點
當前提交
6ec3413a33
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      src/views/inspectionClassify/components/edit.vue

+ 10 - 0
src/views/inspectionClassify/components/edit.vue

@@ -52,6 +52,16 @@
           {{ row.code }}
         </template></el-table-column>
 
+        <el-table-column label="牌号" prop="brandNum" min-width="120">
+        <template slot-scope="{ row }">
+          {{ row.brandNum }}
+        </template></el-table-column>
+
+        <el-table-column label="型号" prop="modelType" min-width="120">
+        <template slot-scope="{ row }">
+          {{ row.modelType }}
+        </template></el-table-column>
+