From 00b0499599549280d631b3d5a645bb9ba8f88f8c Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期二, 23 十二月 2025 07:57:17 +0800
Subject: [PATCH] 修改

---
 ruoyi-ui/src/views/peopleSearch/index.vue |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/ruoyi-ui/src/views/peopleSearch/index.vue b/ruoyi-ui/src/views/peopleSearch/index.vue
index f845890..9eddba8 100644
--- a/ruoyi-ui/src/views/peopleSearch/index.vue
+++ b/ruoyi-ui/src/views/peopleSearch/index.vue
@@ -57,16 +57,25 @@
         </el-button>
       </el-form-item>
           <!-- 鏃堕棿鑼冨洿閫夋嫨 -->
-          <el-form-item label="鏃堕棿鑼冨洿" prop="dateRange">
+          <el-form-item label="鏃堕棿鑼冨洿" prop="dateRange"           style="">
             <el-date-picker
               v-model="searchForm.dateRange"
               type="daterange"
+              style="width: 210px;"
               range-separator="鑷�"
               start-placeholder="寮�濮嬫棩鏈�"
               end-placeholder="缁撴潫鏃ユ湡"
               value-format="yyyy-MM-dd"
               :disabled-date="disabledDate"
             ></el-date-picker>
+          </el-form-item>
+          <!-- 鏄惁鏈夐檮浠堕�夐」 -->
+          <el-form-item label="鏄惁鏈夐檮浠�" prop="hasAttachment">
+            <el-radio-group v-model="searchForm.hasAttachment" size="small">
+
+              <el-radio label="鏄�">鏈夐檮浠�</el-radio>
+              <el-radio label="鍚�">鏃犻檮浠�</el-radio>
+            </el-radio-group>
           </el-form-item>
 
           <!-- 楂樼骇鎼滅储閫夐」 (鏍规嵁閫夋嫨鐨勬ā鍧楀姩鎬佹樉绀�) -->
@@ -84,9 +93,9 @@
           <el-form-item class="form-actions">
             <el-button type="primary" @click="handleSearch">鎼滅储</el-button>
             <el-button @click="handleReset">閲嶇疆</el-button>
-            <el-button type="text" @click="toggleAdvancedOptions">
+            <!-- <el-button type="text" @click="toggleAdvancedOptions">
               {{ showAdvancedOptions ? '鏀惰捣楂樼骇閫夐」' : '灞曞紑楂樼骇閫夐」' }}
-            </el-button>
+            </el-button> -->
           </el-form-item>
         </el-form>
       </el-card>
@@ -236,7 +245,8 @@
         searchForm: {
           modules: [],
           dateRange: [],
-          peoples: ''
+          peoples: '',
+          hasAttachment: ''
         },
         // 琛ㄥ崟楠岃瘉瑙勫垯
         searchRules: {
@@ -344,6 +354,7 @@
                 startTime: this.searchForm.dateRange[0] || '',
                 endTime: this.searchForm.dateRange[1] || '',
                 peoples: this.searchForm.peoples,
+                hasAttachment: this.searchForm.hasAttachment,
                 // status: this.searchForm.status,
                 pageNum: this.pagination.currentPage,
                 pageSize: this.pagination.pageSize

--
Gitblit v1.9.1