From 173131d11ce12951bf0018fc4ceb7900fc0cf6a4 Mon Sep 17 00:00:00 2001 From: yangchunlong <292345300@qq.com> Date: Wed, 22 Oct 2025 14:44:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=9A=80=20=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E5=85=B3=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/foundation/set/shop/index.vue | 2 +- .../set/warehouse/constant/list/button.ts | 16 ++ .../set/warehouse/constant/list/details.ts | 38 +++++ .../set/warehouse/constant/list/index.ts | 4 + .../set/warehouse/constant/list/search.ts | 53 ++++++ .../set/warehouse/constant/list/table.ts | 41 +++++ src/views/foundation/set/warehouse/index.vue | 154 ++++++++++++++++++ 7 files changed, 307 insertions(+), 1 deletion(-) create mode 100644 src/views/foundation/set/warehouse/constant/list/button.ts create mode 100644 src/views/foundation/set/warehouse/constant/list/details.ts create mode 100644 src/views/foundation/set/warehouse/constant/list/index.ts create mode 100644 src/views/foundation/set/warehouse/constant/list/search.ts create mode 100644 src/views/foundation/set/warehouse/constant/list/table.ts create mode 100644 src/views/foundation/set/warehouse/index.vue diff --git a/src/views/foundation/set/shop/index.vue b/src/views/foundation/set/shop/index.vue index 018dfa6..3525b42 100644 --- a/src/views/foundation/set/shop/index.vue +++ b/src/views/foundation/set/shop/index.vue @@ -42,7 +42,7 @@ - + +