|
|
@@ -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>
|
|
|
+
|
|
|
|
|
|
|
|
|
|