修改一些营销系统的显示Bug
This commit is contained in:
@@ -70,7 +70,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="联系人" width="80">
|
<el-table-column align="center" label="联系人" width="80">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.姓名 }}
|
{{ scope.row.联系人 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="联系电话" width="100">
|
<el-table-column align="center" label="联系电话" width="100">
|
||||||
@@ -608,6 +608,7 @@ export default {
|
|||||||
this.form2.保证金金额 = row.履约保证金金额
|
this.form2.保证金金额 = row.履约保证金金额
|
||||||
this.form2.保证金类型 = row.保金类型
|
this.form2.保证金类型 = row.保金类型
|
||||||
this.form2.收回条件 = parseInt(row.执行进度流水号)
|
this.form2.收回条件 = parseInt(row.执行进度流水号)
|
||||||
|
this.title1 = '编辑履约保证金'
|
||||||
},
|
},
|
||||||
delPerformanceBond(row) {
|
delPerformanceBond(row) {
|
||||||
this.$confirm('此操作将永久删除该行, 是否继续?', '提示', {
|
this.$confirm('此操作将永久删除该行, 是否继续?', '提示', {
|
||||||
|
|||||||
Reference in New Issue
Block a user