From 23abf3c8d6ca9577608a3d5ab207d0da67e6e752 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 06 十一月 2024 16:47:58 +0800
Subject: [PATCH] 搜索样式功能统一、一些搜索bug

---
 src/views/system/work-order/distribute/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/system/work-order/distribute/index.vue b/src/views/system/work-order/distribute/index.vue
index 04d47be..7d56ea9 100644
--- a/src/views/system/work-order/distribute/index.vue
+++ b/src/views/system/work-order/distribute/index.vue
@@ -16,10 +16,10 @@
     <el-row class="op-warp">
       <el-row v-show="showSearch">
         <el-form :model="queryParams" ref="queryForm" size="small" :inline="true">
-          <el-form-item label="鍏抽敭璇�" prop="keyword">
+          <el-form-item label="鍏抽敭瀛�" prop="keyword">
             <el-input
               v-model="queryParams.keyword"
-              placeholder="鍏抽敭璇嶆悳绱�"
+              placeholder="宸ュ崟鍙�/璁惧鍚�/璁惧缂栧彿鎼滅储"
               clearable
               @keyup.enter.native="page"
               @clear="page"

--
Gitblit v1.8.0