admin/src/views/business/hotCity.vue
@@ -34,7 +34,7 @@ fixed="right" > <template slot-scope="{row}"> <el-button type="text" @click="deleteById(row)" icon="el-icon-delete" v-permissions="['business:hotcity:delete']">删除</el-button> <el-button type="text" style="color: red;" @click="deleteById(row)" icon="el-icon-delete" v-permissions="['business:hotcity:delete']">删除</el-button> </template> </el-table-column> </el-table>