From cd314f3da7c90f8d12e1a065cd96cbefe4aa0f4a Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 28 Aug 2024 14:59:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../biaopin/AppGridMemberScore/components/gridScoreRules.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/project/biaopin/AppGridMemberScore/components/gridScoreRules.vue b/project/biaopin/AppGridMemberScore/components/gridScoreRules.vue index acb7ca93..5861e557 100644 --- a/project/biaopin/AppGridMemberScore/components/gridScoreRules.vue +++ b/project/biaopin/AppGridMemberScore/components/gridScoreRules.vue @@ -301,6 +301,10 @@ export default { this.$nextTick(() => { this.dialog = true; }); + this.isWorkOrder = false + if(row.parentRuleName == '工单处理') { + this.isWorkOrder = true + } }, remove(id) { this.$confirm("删除后不可恢复,是否要删除该规则?", {