From 97334831995a7a442af237dd44eaf3fc7edc120b Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 12 十二月 2025 19:59:49 +0800
Subject: [PATCH] feat: 新增渠道包

---
 src/views/DictionaryManage/components/AddOrEditDictionaryDialog.vue |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/src/views/DictionaryManage/components/AddOrEditDictionaryDialog.vue b/src/views/DictionaryManage/components/AddOrEditDictionaryDialog.vue
index 831cf8f..36b8b82 100644
--- a/src/views/DictionaryManage/components/AddOrEditDictionaryDialog.vue
+++ b/src/views/DictionaryManage/components/AddOrEditDictionaryDialog.vue
@@ -20,6 +20,18 @@
           :convertEnumValue="false"
         />
       </ProFormItemV2>
+      <ProFormItemV2
+        label="淇濋櫓閫氶亾:"
+        prop="field1"
+        v-if="category?.data?.code === CategoryCode.InsuranceCompany"
+        :check-rules="[{ message: '璇烽�夋嫨淇濋櫓閫氶亾' }]"
+      >
+        <ProFormSelect
+          v-model="form.field1"
+          :value-enum="EnumInsuranceSupplierAccessText"
+          :convertEnumValue="false"
+        />
+      </ProFormItemV2>
       <template
         v-if="
           category?.data?.code === CategoryCode.InsuranceType ||
@@ -130,7 +142,7 @@
   ProFormImageUpload,
 } from '@bole-core/components';
 import { useDictionaryDataSelect, useGetDictionaryCategorySelect } from '@/hooks';
-import { CategoryCode } from '@/constants';
+import { CategoryCode, EnumInsuranceSupplierAccessText } from '@/constants';
 
 defineOptions({
   name: 'AddOrEditDictionaryDialog',

--
Gitblit v1.9.1