Commit 890f9778 by 莫晓莉

弹窗对应cell.ids

parent 8900a0f7
...@@ -909,6 +909,7 @@ export default { ...@@ -909,6 +909,7 @@ export default {
data() { data() {
return { return {
doubleClickCell:{},
monitorCanvas: "", //监听画布 monitorCanvas: "", //监听画布
getXmlVal: "", //获取上一个xml getXmlVal: "", //获取上一个xml
keyHandler: null, keyHandler: null,
...@@ -1406,7 +1407,7 @@ export default { ...@@ -1406,7 +1407,7 @@ export default {
//表输出 //表输出
this.tableOutPutVisible = !this.tableOutPutVisible; this.tableOutPutVisible = !this.tableOutPutVisible;
return; return;
} else if (cell.ids == "step15") { } else if (cell.ids == "step16") {
//更新 //更新
this.updateVisible = !this.updateVisible; this.updateVisible = !this.updateVisible;
return; return;
...@@ -1414,15 +1415,15 @@ export default { ...@@ -1414,15 +1415,15 @@ export default {
//文本文件输出 //文本文件输出
this.fileVisible = !this.fileVisible; this.fileVisible = !this.fileVisible;
return; return;
} else if (cell.ids == "step13") { } else if (cell.ids == "step14") {
//数据同步 //数据同步
this.synVisible = !this.synVisible; this.synVisible = !this.synVisible;
return; return;
} else if (cell.ids == "step12") { } else if (cell.ids == "step13") {
//插入、更新 //插入、更新
this.InsertOrUpdateVisible = !this.InsertOrUpdateVisible; this.InsertOrUpdateVisible = !this.InsertOrUpdateVisible;
return; return;
} else if (cell.ids == "step10") { } else if (cell.ids == "step12") {
//删除 //删除
this.deleteVisible = !this.deleteVisible; this.deleteVisible = !this.deleteVisible;
return; return;
......
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