From c59aa8906f76206b61a9e5ad7fe7b0217f33b9cd Mon Sep 17 00:00:00 2001
From: zhangxiao <898441624@qq.com>
Date: 星期三, 14 八月 2024 11:04:04 +0800
Subject: [PATCH] fix: 新增资源上传图片和提示词
---
src/views/authority/users/index.vue | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/views/authority/users/index.vue b/src/views/authority/users/index.vue
index 3b2f2a3..6d76315 100644
--- a/src/views/authority/users/index.vue
+++ b/src/views/authority/users/index.vue
@@ -135,7 +135,6 @@
<a-form-item field="phoneNumber" label="鎵嬫満鍙�">
<a-input v-model="editform.phoneNumber" />
</a-form-item>
-
</a-form>
</a-modal>
<a-modal
@@ -182,7 +181,7 @@
</div>
</a-modal>
<a-modal
- width="70%"
+ width="50%"
v-model:visible="resourcevisible"
v-if="resourcevisible"
title="鏉冮檺閰嶇疆"
@@ -208,19 +207,18 @@
@check="onCheckMenu"
:fieldNames="{
key: 'menuId',
-
+ title: 'menuName',
children: 'children',
}"
:check-strictly="checkStrictlyMenu"
>
- <template #extra="nodeData">
+ <!-- <template #extra="nodeData">
<div :class="{ 'custom-class': nodeData.menuType == 1 }">
<span>
{{ nodeData.menuName }}
</span>
</div>
- </template>
- <!-- <template #extra="nodeData"> {{ nodeData.menuName }}) </template> -->
+ </template> -->
</a-tree>
<!-- <a-space class="space_select_all">
<a-button type="primary">鍏ㄩ��</a-button>
--
Gitblit v1.8.0