From bd89204dcacc9ba0948295a441cd939953b581dd Mon Sep 17 00:00:00 2001
From: lixiangyu <lixiangyu@xalxzn.com>
Date: 星期四, 07 八月 2025 18:05:21 +0800
Subject: [PATCH] style(UserMenu): 调整搜索框文字颜色以适应主题- 将搜索框输入文字颜色设置为白色 - 将搜索框占位符文字颜色设置为白色 - 这些更改解决google浏览器中了无法看到搜索框输入文字

---
 src/views/mes/MesProductionOrderListView.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/mes/MesProductionOrderListView.vue b/src/views/mes/MesProductionOrderListView.vue
index 6413c24..eb8d92a 100644
--- a/src/views/mes/MesProductionOrderListView.vue
+++ b/src/views/mes/MesProductionOrderListView.vue
@@ -1,5 +1,5 @@
 <template>
-  <a-card :bordered="false">
+  <a-card :bordered="false" title="鐢熶骇璁㈠崟">
     <!-- 鏌ヨ鍖哄煙 -->
     <div class="table-page-search-wrapper">
       <a-form layout="inline" @keyup.enter.native="searchQuery">
@@ -28,7 +28,7 @@
           <a-col :xl="6" :lg="7" :md="8" :sm="24">
             <a-form-item label="璁㈠崟鐘舵��">
               <j-dict-select-tag dictCode="order_status" placeholder="璇疯緭鍏ヨ鍗曠姸鎬�"
-                                 v-model="queryParam.order_status"></j-dict-select-tag>
+                                 v-model="queryParam.orderStatus"></j-dict-select-tag>
             </a-form-item>
           </a-col>
           <a-col :xl="6" :lg="7" :md="8" :sm="24">

--
Gitblit v1.9.3