This commit is contained in:
宋伟佳
2021-12-21 20:00:14 +08:00
parent b628ca7649
commit 8ee51672fe
4 changed files with 6 additions and 15 deletions
@@ -69,7 +69,7 @@
:data="dataList" :data="dataList"
border border
tooltip-effect="dark" tooltip-effect="dark"
height="60%" height="50%"
style="width: 100%" style="width: 100%"
@selection-change="selectStandChange" @selection-change="selectStandChange"
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px', :header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
@@ -109,18 +109,12 @@
min-width="130" min-width="130"
align="center" align="center"
label="新车型实施日期"> label="新车型实施日期">
<template slot-scope="scope">
<span>{{ scope.row.XCXSSRQ ? $moment(scope.row.XCXSSRQ).format("YYYY-MM-DD") : "" }}</span>
</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="ZCCSSRQ" prop="ZCCSSRQ"
min-width="130" min-width="130"
align="center" align="center"
label="在产车实施日期"> label="在产车实施日期">
<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
@@ -128,9 +122,6 @@
width="100px" width="100px"
align="center" align="center"
label="文本状态"> label="文本状态">
<template slot-scope="scope">
<span>{{ textStatusMap[scope.row.textStatus] }}</span>
</template>
</el-table-column> </el-table-column>
</el-table> </el-table>
</div> </div>
@@ -154,7 +145,7 @@
<el-table <el-table
height="100%" height="100%"
ref="selection" ref="selection"
:data="histortData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%"
border border
@@ -509,7 +500,7 @@ export default {
}, res => { }, res => {
if (res.success) { if (res.success) {
this.$message.success(res.message); this.$message.success(res.message);
this.$router.push("/processCenter"); window.history.back()
} }
this.isSubmit = false this.isSubmit = false
}); });
@@ -77,7 +77,7 @@
<el-table <el-table
height="100%" height="100%"
ref="selection" ref="selection"
:data="histortData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%"
border border
@@ -77,7 +77,7 @@
<el-table <el-table
height="100%" height="100%"
ref="selection" ref="selection"
:data="histortData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%"
border border
@@ -77,7 +77,7 @@
<el-table <el-table
height="100%" height="100%"
ref="selection" ref="selection"
:data="histortData" :data="detailData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%"
border border