修改一些营销系统的显示Bug

This commit is contained in:
caoxinyu
2018-12-17 16:52:52 +08:00
parent 70b780356f
commit aa35831de7

View File

@@ -70,7 +70,7 @@
</el-table-column>
<el-table-column align="center" label="联系人" width="80">
<template slot-scope="scope">
{{ scope.row.姓名 }}
{{ scope.row.联系人 }}
</template>
</el-table-column>
<el-table-column align="center" label="联系电话" width="100">
@@ -608,6 +608,7 @@ export default {
this.form2.保证金金额 = row.履约保证金金额
this.form2.保证金类型 = row.保金类型
this.form2.收回条件 = parseInt(row.执行进度流水号)
this.title1 = '编辑履约保证金'
},
delPerformanceBond(row) {
this.$confirm('此操作将永久删除该行, 是否继续?', '提示', {