From 659f554a2fde14ed68bf6244463b3e045f4455a0 Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Tue, 20 Feb 2024 18:09:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B8=AE=E5=8A=A9=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/param/addhelpSettings.vue | 35 ++++++++++++++++++++-- src/views/system/param/helpSettings.vue | 18 ++++++++--- 2 files changed, 46 insertions(+), 7 deletions(-) diff --git a/src/views/system/param/addhelpSettings.vue b/src/views/system/param/addhelpSettings.vue index dca40e2..54a1d82 100644 --- a/src/views/system/param/addhelpSettings.vue +++ b/src/views/system/param/addhelpSettings.vue @@ -10,7 +10,7 @@
- 组件路径: + 组件标识:
@@ -21,7 +21,7 @@
- 菜单名称: + 组件名称:
@@ -81,10 +81,37 @@
+ + +
+ 组件类型: +
+
+ + + + 文件 + URL + + + +
+ + +
+ URL: +
+
+ + + + + +
- +
文件: @@ -173,6 +200,8 @@ export default { menuName: null, filePath: null, status: null, + helpType: null, + urlPath: null }, formRules: { menuKey: [ diff --git a/src/views/system/param/helpSettings.vue b/src/views/system/param/helpSettings.vue index e467d11..b3f2031 100644 --- a/src/views/system/param/helpSettings.vue +++ b/src/views/system/param/helpSettings.vue @@ -35,8 +35,13 @@ - - + + + + +