From f6427b5dea54bbb8761fade351e9f86404b2fb61 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 30 三月 2026 10:22:59 +0800
Subject: [PATCH] fix: 规格型号搜索
---
src/pages/consumablesLogistics/stockManagement/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/consumablesLogistics/stockManagement/index.vue b/src/pages/consumablesLogistics/stockManagement/index.vue
index 98dc629..f44cb47 100644
--- a/src/pages/consumablesLogistics/stockManagement/index.vue
+++ b/src/pages/consumablesLogistics/stockManagement/index.vue
@@ -6,8 +6,8 @@
<view class="search-row">
<view class="search-input-wrap">
<up-input
- v-model="searchForm.productName"
- placeholder="浜у搧澶х被"
+ v-model="searchForm.model"
+ placeholder="瑙勬牸鍨嬪彿"
clearable
/>
</view>
--
Gitblit v1.9.3