From 15be8eba6451b1a5d4b7cefaeb9e48fd4a601ae7 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期日, 09 八月 2026 18:37:54 +0800
Subject: [PATCH] fix: 优化页面

---
 src/views/officeProcessAutomation/ReimburseManage/cost-reimburse/index.vue |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/src/views/officeProcessAutomation/ReimburseManage/cost-reimburse/index.vue b/src/views/officeProcessAutomation/ReimburseManage/cost-reimburse/index.vue
index 521bb76..c9da4fc 100644
--- a/src/views/officeProcessAutomation/ReimburseManage/cost-reimburse/index.vue
+++ b/src/views/officeProcessAutomation/ReimburseManage/cost-reimburse/index.vue
@@ -12,26 +12,6 @@
           :prefix-icon="Search"
           @keyup.enter="handleQuery"
         />
-        <span class="search_title" style="margin-left: 12px">鐢宠鏃堕棿锛�</span>
-        <el-date-picker
-          v-model="searchForm.applyTimeFrom"
-          type="date"
-          placeholder="寮�濮嬫棩鏈�"
-          format="YYYY-MM-DD"
-          value-format="YYYY-MM-DD"
-          style="width: 150px"
-          clearable
-        />
-        <span class="search_title" style="margin-left: 8px">鑷�</span>
-        <el-date-picker
-          v-model="searchForm.applyTimeTo"
-          type="date"
-          placeholder="缁撴潫鏃ユ湡"
-          format="YYYY-MM-DD"
-          value-format="YYYY-MM-DD"
-          style="width: 150px; margin-left: 8px"
-          clearable
-        />
         <el-button type="primary" style="margin-left: 10px" @click="handleQuery">鎼滅储</el-button>
         <el-button @click="resetSearch">閲嶇疆</el-button>
       </div>

--
Gitblit v1.9.3