This commit is contained in:
yanran200730
2022-03-15 09:36:33 +08:00

View File

@@ -23,7 +23,7 @@
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button type="text" @click="close(row.id)">停播</el-button> <el-button type="text" @click="close(row.id)">停播</el-button>
<el-button type="text" @click="bind(row)">绑定行政区划</el-button> <el-button type="text" @click="bind(row)">绑定行政区划</el-button>
<el-button type="text" @click="locate=true">地图标绘</el-button> <!-- <el-button type="text" @click="locate=true">地图标绘</el-button>-->
</template> </template>
</el-table-column> </el-table-column>
</ai-table> </ai-table>