分解单页面字段位置调整
This commit is contained in:
@@ -533,15 +533,18 @@
|
|||||||
@selection-change="selectAllStand">
|
@selection-change="selectAllStand">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
type="selection"
|
type="selection"
|
||||||
width="55"
|
|
||||||
fixed="left"
|
fixed="left"
|
||||||
align="center">
|
align="center"
|
||||||
|
width="60"
|
||||||
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
prop="itemsNum"
|
prop="itemsNum"
|
||||||
|
width="90"
|
||||||
label="条款号"
|
label="条款号"
|
||||||
|
align="center"
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
@@ -564,10 +567,18 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="readContent"
|
prop="readContent"
|
||||||
label="解读内容"
|
width="160"
|
||||||
|
label="核心技术要求/变化点"
|
||||||
show-overflow-tooltip
|
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>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="xccssrq"
|
prop="xccssrq"
|
||||||
@@ -580,7 +591,7 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
prop="zccssrq"
|
prop="zccssrq"
|
||||||
label="在产车实施日期(文本)"
|
label="在产车实施日期(文本)"
|
||||||
width="180">
|
width="170">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format('YYYY-MM-DD') : '' }}</span>
|
<span>{{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format('YYYY-MM-DD') : '' }}</span>
|
||||||
</template>
|
</template>
|
||||||
@@ -589,6 +600,7 @@
|
|||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
prop="applyArctic"
|
prop="applyArctic"
|
||||||
label="适用车型"
|
label="适用车型"
|
||||||
|
width="90"
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
@@ -600,12 +612,6 @@
|
|||||||
label="责任工程师"
|
label="责任工程师"
|
||||||
width="100">
|
width="100">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
|
||||||
show-overflow-tooltip
|
|
||||||
prop="comparedWithPrevious"
|
|
||||||
label="基于上一版本差异"
|
|
||||||
width="150">
|
|
||||||
</el-table-column>
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
label="符合性状态"
|
label="符合性状态"
|
||||||
|
|||||||
Reference in New Issue
Block a user