From 877d2f77bd412b8c36d86d2b312c1385d5de4566 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 23 Oct 2024 15:38:57 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=E8=A7=84?= =?UTF-8?q?=E5=88=99=E7=BB=84=E9=80=89=E6=8B=A9=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整了快捷栏中的规则组选择功能,将原来的“优先级”改为“规则”,并更新了相关文本。 修改文件: - src/layouts/components/ShortcutBar.vue --- src/layouts/components/ShortcutBar.vue | 6 +++--- src/views/system/RuleTestView.vue | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/layouts/components/ShortcutBar.vue b/src/layouts/components/ShortcutBar.vue index 930eec14..54fede6d 100644 --- a/src/layouts/components/ShortcutBar.vue +++ b/src/layouts/components/ShortcutBar.vue @@ -143,8 +143,8 @@ onMounted(() => { -
优先级
- 优先级规则测试 +
规则
+ 规则测试 @@ -241,7 +241,7 @@ onMounted(() => { - + diff --git a/src/views/system/RuleTestView.vue b/src/views/system/RuleTestView.vue index 6870cad2..68ea4301 100644 --- a/src/views/system/RuleTestView.vue +++ b/src/views/system/RuleTestView.vue @@ -3,7 +3,6 @@ import { reactive, ref } from 'vue' import { requiredValidator } from '@/@validators' import api from '@/api' import { FilterRuleGroup } from '@/api/types' -import { title } from 'process' // 识别结果 const ruleTestResult = ref('')