标准详情 - 查看分解单 - 新车型,在铲车,适用车型多选回显

This commit is contained in:
yanyizhou
2021-12-09 17:34:57 +08:00
parent 5e03a1964b
commit cc7e7d9c94
@@ -722,17 +722,11 @@
prop="xccssrq"
label="新车型实施日期(文本)"
width="180">
<template slot-scope="scope">
<span>{{ scope.row.xccssrq ? $moment(scope.row.xccssrq).format('YYYY-MM-DD') : '' }}</span>
</template>
</el-table-column>
<el-table-column
prop="zccssrq"
label="在产车实施日期(文本)"
width="170">
<template slot-scope="scope">
<span>{{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format('YYYY-MM-DD') : '' }}</span>
</template>
</el-table-column>
<el-table-column
show-overflow-tooltip