From 6ce0d7be73f491fcda424ac815006a82e0d871c4 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 30 三月 2026 10:18:29 +0800
Subject: [PATCH] fix: 添加规格型号搜索
---
src/views/basicData/product/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/basicData/product/index.vue b/src/views/basicData/product/index.vue
index f9cc6a2..27905f8 100644
--- a/src/views/basicData/product/index.vue
+++ b/src/views/basicData/product/index.vue
@@ -280,7 +280,7 @@
/** 鍗曚綅涓嬫媺锛氳�楁潗鍒嗘敮鍚欢銆佷釜鏁颁笖鍙墜鍔ㄦ柊澧烇紱鍏朵粬鍒嗘敮浠呭惃銆佸叕鏂� */
const unitSelectOptions = computed(() => {
if (isConsumablesBranch.value) {
- return ["鍚�", "鍏枻", "浠�", "涓暟"];
+ return ["鍚�", "鍏枻", "浠�", "涓暟",'妗�'];
}
return ["鍚�", "鍏枻"];
});
--
Gitblit v1.9.3