ysy před 2 roky
rodič
revize
6ec3413a33
1 změnil soubory, kde provedl 10 přidání a 0 odebrání
  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>
+