Commit 0b39f459 authored by wuqinghua's avatar wuqinghua

2022-4-9 吴卿华

parent d938d855
......@@ -276,7 +276,7 @@
<el-input v-model="form.latitude" placeholder="请输入纬度" :disabled="true"/>
</el-col>
<el-col :span="4" style="margin-left: 30px">
<el-button type="primary" plain @click="MapdialogFun">选择经纬度</el-button>
<el-button type="primary" plain @click="MapdialogFun" :disabled="true">选择经纬度</el-button>
</el-col>
</el-form-item>
</el-col>
......@@ -782,7 +782,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const hiddenTroubleIds = row.hiddenTroubleId || this.ids;
this.$confirm('是否确认删除燃气隐患编号为"' + hiddenTroubleIds + '"的数据项?', "警告", {
this.$confirm('是否确认删除隐患名称为"' + row.hiddenTroubleName + '"的数据项?', "警告", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment