This commit is contained in:
fanlin
2021-07-27 17:52:57 +08:00
parent 9e49e612d9
commit 4a1fa5d0ff
2 changed files with 12 additions and 20 deletions
@@ -404,27 +404,23 @@
show-overflow-tooltip
prop="itemsNum"
label="条款号"
width="150"
>
</el-table-column>
<el-table-column
show-overflow-tooltip
prop="itemsName"
label="条款名称"
width="150"
>
</el-table-column>
<el-table-column
show-overflow-tooltip
prop="itemsName"
label="条款内容"
width="150"
>
</el-table-column>
<el-table-column
prop="termsConditions"
label="解读内容"
width="250"
show-overflow-tooltip
:resizable="false"
>
@@ -433,28 +429,28 @@
</template>
</el-table-column>
<el-table-column
show-overflow-tooltip
prop="putTime"
label="实施日期"
width="150"
>
prop="XCXSSRQ"
label="新车型实施日期(文本)"
width="180">
</el-table-column>
<el-table-column
prop="ZCCSSRQ"
label="在产车实施日期(文本)"
width="180">
</el-table-column>
<el-table-column
show-overflow-tooltip
prop="putTime"
label="适用车型"
width="150"
>
</el-table-column>
<el-table-column
prop="responsibleUnitShow"
label="责任部门"
width="150">
label="责任部门">
</el-table-column>
<el-table-column
prop="zrgcs"
label="责任工程师"
width="150">
label="责任工程师">
</el-table-column>
<el-table-column
prop="dutyEngineerShow"
@@ -464,13 +460,11 @@
<el-table-column
show-overflow-tooltip
prop="svppsShow"
label="符合性状态"
width="150">
label="符合性状态">
</el-table-column>
<el-table-column
prop="applyArcticShow"
label="合规性分析"
width="150">
label="合规性分析">
</el-table-column>
<el-table-column label="操作" align="center" width="50" fixed="right">
<template slot-scope="scope">
@@ -2098,8 +2098,6 @@
saveTaskFirst(_formData).then(res => {
this.saveLoading = false
this.$message.success('保存成功')
// 流程保存之后,应该流转至草稿页面
this.$router.push({path:'/processCenter?tabsName=TaskDraft'})
// this.bpnId = res.result
}).catch(e => {
this.saveLoading = false