From ac6119a0ba97239e33ec819d9dfd2dcdf08fdd56 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 2 Jun 2026 20:27:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E6=8E=88=E6=9D=83=E5=BC=B9=E7=AA=97=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=90=8E=E6=97=A0=E9=80=89=E9=A1=B9=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 根据选择的类型动态加载分类或商品列表 - 使用下拉选择框替代手动输入ID - 支持搜索过滤(filterable) - 添加加载状态提示 Co-Authored-By: Claude Opus 4.8 --- frontend/src/views/admin/Suppliers.vue | 61 +++++++++++++++++++++++--- 1 file changed, 55 insertions(+), 6 deletions(-) diff --git a/frontend/src/views/admin/Suppliers.vue b/frontend/src/views/admin/Suppliers.vue index ae17778..9cbdc2e 100644 --- a/frontend/src/views/admin/Suppliers.vue +++ b/frontend/src/views/admin/Suppliers.vue @@ -36,16 +36,28 @@ 保存 - + - + + + + + + + + + - @@ -54,7 +66,7 @@