style
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user