From 350b540485669e9f5e5a91c1be8bb4a37ef98841 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 20 八月 2026 15:04:19 +0800
Subject: [PATCH] 天津-阳光彩印 1.员工合同编辑页面自动带出员工关联基础信息 2.合同到期提前45 天系统弹窗提醒,到期预警天数固定 45 天

---
 src/views/collaborativeApproval/shipmentReview/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/collaborativeApproval/shipmentReview/index.vue b/src/views/collaborativeApproval/shipmentReview/index.vue
index ac2b790..868ffd9 100644
--- a/src/views/collaborativeApproval/shipmentReview/index.vue
+++ b/src/views/collaborativeApproval/shipmentReview/index.vue
@@ -2,11 +2,11 @@
   <div class="app-container">
     <div class="search_form">
       <div>
-        <span class="search_title">閿�鍞悎鍚屽彿锛�</span>
+        <span class="search_title">璁㈠崟缂栧彿锛�</span>
         <el-input
             v-model="searchForm.salesContractNo"
             style="width: 240px"
-            placeholder="璇疯緭鍏ラ攢鍞悎鍚屽彿鎼滅储"
+            placeholder="璇疯緭鍏ヨ鍗曠紪鍙锋悳绱�"
             @change="handleQuery"
             clearable
             :prefix-icon="Search"
@@ -110,7 +110,7 @@
     },
   },
   {
-    label: "閿�鍞悎鍚屽彿",
+    label: "璁㈠崟缂栧彿",
     prop: "salesContractNo",
     width: 170
   },

--
Gitblit v1.9.3