This commit is contained in:
chenjianan
2019-04-10 14:52:19 +08:00
parent 0d0781ec91
commit a22d9f069b
3 changed files with 89 additions and 35 deletions

View File

@@ -28,9 +28,9 @@
<span style="float: right">销售经理</span>
<el-table v-loading="loading3" :data="tableData3" height="192" style="width: 100%;margin-top: 10px" border>
<!--<el-table-column label="责权省份" align="center" min-width="80">-->
<!--<template slot-scope="scope">-->
<!--{{ scope.row.省份 }}-->
<!--</template>-->
<!--<template slot-scope="scope">-->
<!--{{ scope.row.省份 }}-->
<!--</template>-->
<!--</el-table-column>-->
<el-table-column label="姓名" align="center">
<template slot-scope="scope">
@@ -500,9 +500,9 @@ export default {
this.deleteRow(deleteMarketingManager, row.营销经理地区流水号, a)
},
addMarketingManager() {
this.dialogFormVisible1 = true
this.title1 = '增加'
this.addForm('form1')
this.dialogFormVisible1 = true
this.title1 = '增加'
this.addForm('form1')
},
callOff1() {
this.dialogFormVisible1 = false