Commit 2bf5e472 by zhangzhijie

修改删除指令时的文字显示

parent ef26ab8d
...@@ -438,12 +438,8 @@ export default { ...@@ -438,12 +438,8 @@ export default {
}, },
}); });
}, },
pingjia(scope) {
},
dele(scope) { dele(scope) {
console.log(scope); this.$confirm("此操作将永久删除该指令, 是否继续?", "提示", {
this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
confirmButtonText: "确定", confirmButtonText: "确定",
cancelButtonText: "取消", cancelButtonText: "取消",
type: "warning", 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