查看分解单新车型实施日期回显

This commit is contained in:
Mr.Z
2021-08-19 15:43:24 +08:00
parent 99aac7d0da
commit 7b1d4bd883
@@ -559,11 +559,11 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="xcxssrq" prop="xccssrq"
label="新车型实施日期(文本)" label="新车型实施日期(文本)"
width="180"> width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format('YYYY-MM-DD') : '' }}</span> <span>{{ scope.row.xccssrq ? $moment(scope.row.xccssrq).format('YYYY-MM-DD') : '' }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
@@ -2339,7 +2339,6 @@ export default {
this.selectedItemList = [] this.selectedItemList = []
if (res.ok) { if (res.ok) {
this.standItemList = res.data.list; this.standItemList = res.data.list;
console.log(res.data);
this.total7 = res.data.count // 分页需要 this.total7 = res.data.count // 分页需要
} }
}, e => { }, e => {