标准详情查看分解单字段匹配

This commit is contained in:
zhaokaiyao@91isoft.com
2021-08-11 14:40:45 +08:00
parent 0c7a655ab2
commit 6e087624dd
@@ -527,14 +527,8 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
show-overflow-tooltip show-overflow-tooltip
prop="itemsTitle"
label="条款内容"
>
</el-table-column>
<el-table-column
prop="termsConditions" prop="termsConditions"
label="解读内容" label="条款内容"
show-overflow-tooltip
:resizable="false" :resizable="false"
> >
<template slot-scope="scope"> <template slot-scope="scope">
@@ -544,14 +538,27 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="XCXSSRQ" prop="interpretationContent"
label="新车型实施日期(文本)" label="解读内容"
width="180"> show-overflow-tooltip
>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="ZCCSSRQ" prop="xcxssrq"
label="新车型实施日期(文本)"
width="180">
<template slot-scope="scope">
<span>{{ scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format('YYYY-MM-DD') : '' }}</span>
</template>
</el-table-column>
<el-table-column
prop="zccssrq"
label="在产车实施日期(文本)" label="在产车实施日期(文本)"
width="180"> width="180">
<template slot-scope="scope">
<span>{{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format('YYYY-MM-DD') : '' }}</span>
</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
show-overflow-tooltip show-overflow-tooltip