This commit is contained in:
宋伟佳
2021-11-26 16:33:30 +08:00
parent 7c1f913851
commit 57d5237f98
@@ -84,7 +84,7 @@
label="标准号"
fixed="left"
show-overflow-tooltip
width="120px"
width="190px"
>
<template slot-scope="scope">
<span v-if="scope.row.standSortShow === undefined"
@@ -101,14 +101,12 @@
prop="standName"
label="中文名称"
show-overflow-tooltip
width="120px"
>
</el-table-column>
<el-table-column
prop="standEnName"
label="英文名称"
show-overflow-tooltip
width="120px"
>
</el-table-column>
<el-table-column
@@ -157,25 +155,9 @@
</el-table-column>
<el-table-column
show-overflow-tooltip
prop="kccvppsbm"
prop=""
width="180px"
label="卡车VPPS编码">
</el-table-column>
<el-table-column
show-overflow-tooltip
prop="cycvppscn"
width="180px"
label="卡车vpps中文名称">
</el-table-column>
<el-table-column
prop="cycvppsbm"
width="180px"
label="乘车VPPS编码">
</el-table-column>
<el-table-column
prop="cycvppscn"
width="180px"
label="乘车vpps中文名称">
label="合规评估结果">
</el-table-column>
</el-table>
<pagination