From 83aef043306f74ff308e41d57415f6d2fa0f6bde Mon Sep 17 00:00:00 2001 From: DongZeLiang <2746733890@qq.com> Date: Tue, 7 May 2024 09:57:34 +0800 Subject: [PATCH] =?UTF-8?q?feat():=20=E8=A7=84=E5=88=99=E7=89=88=E6=9C=AC?= =?UTF-8?q?=EF=BC=9A=E5=A2=9E=E5=8A=A0=E8=AF=A6=E6=83=85=E3=80=81=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=8A=BD=E5=B1=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ruleEngine/engineVersion/index.vue | 23 ++++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/views/ruleEngine/engineVersion/index.vue b/src/views/ruleEngine/engineVersion/index.vue index 7f5ccd7..56bb878 100644 --- a/src/views/ruleEngine/engineVersion/index.vue +++ b/src/views/ruleEngine/engineVersion/index.vue @@ -130,16 +130,16 @@ - 我来啦! + - 我来啦! + @@ -176,7 +176,12 @@ export default { "isActivate": "no-activate", "description": "", "codeIng": null - } + }, + // 详情抽屉状态 + ruleEngineVersionInfoStatus: false, + // 测试抽屉状态 + ruleEngineVersionTestStatus: false, + } }, created() { @@ -187,10 +192,10 @@ export default { checkRuleEngineVersion(command) { switch (command.event) { case "info"://详情 - this.handleAbandon(command.index,command.row); + this.ruleEngineVersionInfoStatus = true break; case "test"://测试 - this.handleUpload (command.index,command.row); + this.ruleEngineVersionTestStatus = true break; case "status"://激活状态 command.ruleEngineVersion.isActivate = 'no-activate' === command.ruleEngineVersion.isActivate ? 'activated' : 'no-activate'