From c9131524600027356a080dd4639c2fb5afb4a59c Mon Sep 17 00:00:00 2001 From: yangchunlong <292345300@qq.com> Date: Fri, 17 Oct 2025 16:38:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=9A=80=20=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DetailsSearch/index.vue | 17 ++++- src/layouts/components/Tabs/index.vue | 2 + src/stores/modules/tabs.ts | 64 +++++++++++++++---- src/views/foundation/subscribe/list/add.vue | 21 ++++-- .../subscribe/list/constant/add/serach.ts | 2 +- src/views/foundation/subscribe/list/index.vue | 10 ++- .../subscribe/warehousing/init/btnClick.ts | 10 ++- 7 files changed, 100 insertions(+), 26 deletions(-) diff --git a/src/components/DetailsSearch/index.vue b/src/components/DetailsSearch/index.vue index 4dc4f90..64cd4e7 100644 --- a/src/components/DetailsSearch/index.vue +++ b/src/components/DetailsSearch/index.vue @@ -13,14 +13,14 @@ :label="item.label" :prop="item.prop" :label-width="labelWidth || '81px'" - :rules="item.rules" :error="item.error" + :required="item.required" :show-message="item.showMessage ? item.showMessage : false" :inline-message="item.inlineMessage" :style="item.style ? item.style : 'margin-right:8px;position: relative;'" - :required="item.required" :class="item.class ? item.class : 'form-item'" > + +