分解单页面字段位置调整

This commit is contained in:
wangxiahui@91isoft.com
2021-09-16 20:31:52 +08:00
parent 151f673862
commit f22ef00000
@@ -533,15 +533,18 @@
@selection-change="selectAllStand">
<el-table-column
type="selection"
width="55"
fixed="left"
align="center">
align="center"
width="60"
>
</el-table-column>
<el-table-column
sortable="custom"
show-overflow-tooltip
prop="itemsNum"
width="90"
label="条款号"
align="center"
>
</el-table-column>
<el-table-column
@@ -564,10 +567,18 @@
</el-table-column>
<el-table-column
prop="readContent"
label="解读内容"
width="160"
label="核心技术要求/变化点"
show-overflow-tooltip
align="center"
>
</el-table-column>
<el-table-column
show-overflow-tooltip
align="center"
prop="comparedWithPrevious"
label="基于上一版本差异"
width="150">
</el-table-column>
<el-table-column
prop="xccssrq"
@@ -580,7 +591,7 @@
<el-table-column
prop="zccssrq"
label="在产车实施日期(文本)"
width="180">
width="170">
<template slot-scope="scope">
<span>{{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format('YYYY-MM-DD') : '' }}</span>
</template>
@@ -589,6 +600,7 @@
show-overflow-tooltip
prop="applyArctic"
label="适用车型"
width="90"
>
</el-table-column>
<el-table-column
@@ -600,12 +612,6 @@
label="责任工程师"
width="100">
</el-table-column>
<el-table-column
show-overflow-tooltip
prop="comparedWithPrevious"
label="基于上一版本差异"
width="150">
</el-table-column>
<el-table-column
show-overflow-tooltip
label="符合性状态"