27479
This commit is contained in:
@@ -119,6 +119,7 @@ export default {
|
||||
<el-dropdown class="menuBtn" onCommand={e => this.handleSliderOption(e, data)}>
|
||||
<i class="iconfont iconMore"/>
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<el-dropdown-item command="changeStatus">设为公开</el-dropdown-item>
|
||||
<el-dropdown-item command="edit">修改名称</el-dropdown-item>
|
||||
<el-dropdown-item command="area">行政地区</el-dropdown-item>
|
||||
<el-dropdown-item command="locate">地图标绘</el-dropdown-item>
|
||||
@@ -144,6 +145,15 @@ export default {
|
||||
this.$refs.BindArea?.chooseArea()
|
||||
} else if (command == "locate") {//地图标绘
|
||||
this.locate = true
|
||||
} else {
|
||||
this.$confirm('确定设为公开?').then(() => {
|
||||
console.log(data)
|
||||
// this.instance.post(`/app/appeveryvillagecode/delete?ids=${this.selected.id}`).then(res => {
|
||||
// if (res.code == 0) {
|
||||
// this.getList()
|
||||
// }
|
||||
// })
|
||||
})
|
||||
}
|
||||
},
|
||||
handleSubmit(row) {
|
||||
|
||||
Reference in New Issue
Block a user