From a4025834e2304dc57f6e98d58feeb9416bd90609 Mon Sep 17 00:00:00 2001
From: xiaoyi <908147524@qq.com>
Date: 星期四, 20 八月 2026 14:10:49 +0800
Subject: [PATCH] feat 功能变更
---
src/views/im/manager/channel/list/data.ts | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/src/views/im/manager/channel/list/data.ts b/src/views/im/manager/channel/list/data.ts
index 733a71a..c3d1f88 100644
--- a/src/views/im/manager/channel/list/data.ts
+++ b/src/views/im/manager/channel/list/data.ts
@@ -1,8 +1,8 @@
import type { VbenFormSchema } from '#/adapter/form'
import type { VxeTableGridOptions } from '#/adapter/vxe-table'
-import { CommonStatusEnum, DICT_TYPE } from '../../../../../packages/constants/src'
-import { getDictOptions } from '../../../../../packages/effects/hooks/src'
+import { CommonStatusEnum, DICT_TYPE } from '#/packages/constants/src'
+import { getDictOptions } from '#/packages/effects/hooks/src'
import { z } from '#/adapter/form'
@@ -41,9 +41,6 @@
fieldName: 'avatar',
label: '棰戦亾澶村儚',
component: 'ImageUpload',
- componentProps: {
- maxNumber: 1
- },
rules: 'required'
},
{
--
Gitblit v1.9.3