From bb0a54c5d81ed3ba3555d3fa39215927a015afef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=AF=8F=E5=A4=A9=E4=B8=80=E7=82=B9?= <877617829@qq.com>
Date: Sun, 5 Feb 2023 02:02:32 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E8=8F=9C=E5=8D=95?=
=?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=9B=BE=E6=A0=87?=
=?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
snowy-admin-web/src/views/mobile/resource/menu/form.vue | 6 ++++--
snowy-admin-web/src/views/mobile/resource/menu/index.vue | 3 ++-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/snowy-admin-web/src/views/mobile/resource/menu/form.vue b/snowy-admin-web/src/views/mobile/resource/menu/form.vue
index fefc5ae9..0f9e0003 100644
--- a/snowy-admin-web/src/views/mobile/resource/menu/form.vue
+++ b/snowy-admin-web/src/views/mobile/resource/menu/form.vue
@@ -73,7 +73,8 @@
关闭
保存
-
+
+
@@ -84,7 +85,8 @@
import { required } from '@/utils/formRules'
import mobileMenuApi from '@/api/mobile/resource/menuApi'
import ColorPicker from '@/components/ColorPicker/index.vue'
- import IconSelector from '@/components/Selector/iconSelector.vue'
+ // import IconSelector from '@/components/Selector/iconSelector.vue'
+ import IconMobileSelector from '@/components/Selector/iconMobileSelector.vue'
// 抽屉状态
const visible = ref(false)
const emit = defineEmits({ successful: null })
diff --git a/snowy-admin-web/src/views/mobile/resource/menu/index.vue b/snowy-admin-web/src/views/mobile/resource/menu/index.vue
index e9cddc5a..1b428917 100644
--- a/snowy-admin-web/src/views/mobile/resource/menu/index.vue
+++ b/snowy-admin-web/src/views/mobile/resource/menu/index.vue
@@ -47,7 +47,8 @@
{{record.path}}
-
+
+
{{ $TOOL.dictTypeData('MOBILE_REG_TYPE', record.regType) }}