src/views/zzmx/chda.vue
@@ -181,7 +181,7 @@ > <template slot-scope="{row}"> <div class="operationClass"> <el-button type="text" @click="edit('edit',row)">修改</el-button> <el-button type="text" @click="edit('edit',row)">编辑</el-button> <el-button type="text" @click="del(row)">删除</el-button> </div> </template> @@ -204,7 +204,7 @@ <!--新增编辑对话框--> <el-dialog :close-on-click-modal="false" :title="operation==='add'?'新增':'修改'" :title="operation==='add'?'新增':'编辑'" :visible.sync="dialogVisible" width="50%" top="15vh"