From 46f5d318bd0dde4157e65118d603729d7932aae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B9=8F?= Date: Thu, 9 Jul 2026 17:52:24 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84=E8=A7=84?= =?UTF-8?q?=E5=88=99=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E4=B8=BA=E5=B7=A6=E5=8F=B3=E5=88=86=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/module_rule/rule_list/RuleEdit.vue | 231 ++++++++++--------- 1 file changed, 126 insertions(+), 105 deletions(-) diff --git a/src/views/module_rule/rule_list/RuleEdit.vue b/src/views/module_rule/rule_list/RuleEdit.vue index d8d18ab..629dcf2 100644 --- a/src/views/module_rule/rule_list/RuleEdit.vue +++ b/src/views/module_rule/rule_list/RuleEdit.vue @@ -6,112 +6,110 @@ {{ isEdit ? "编辑规则" : "新建规则" }} - - - - - - - - - - - - - - - - - - - - - - - - 启用 - 停用 - - - - - - - - -
- -
- - 变量格式:${'{变量名}'},如 - ${'{合同全文内容}'}; - - - 知识库引用:@知识库/文档名称,如 - @知识库/GB/T 50326-2018 - -
+ +
+ + + + + + + + + + + + + + + + + + + 启用 + 停用 + + + + + + + + +
+ +
+ + 变量格式:${变量名},如 + ${合同全文内容}; + + + 知识库引用:@知识库/文档名称,如 + @知识库/GB/T 50326-2018 + +
- -
-
- {{ n }} + +
+
+ {{ n }} +
+