From 90f011d24f2a771f9b63eef8f7047a38acf00fff Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期二, 25 七月 2023 16:31:08 +0800
Subject: [PATCH] 各模块时间搜索已完善

---
 ruoyi-ui/src/views/secret/index.vue |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/ruoyi-ui/src/views/secret/index.vue b/ruoyi-ui/src/views/secret/index.vue
index 21a3850..7654343 100644
--- a/ruoyi-ui/src/views/secret/index.vue
+++ b/ruoyi-ui/src/views/secret/index.vue
@@ -4,9 +4,9 @@
 
         <el-form-item label="鏃堕棿" prop="happenTime">
           <el-date-picker
-            v-model="queryParams.happenTime"
+            v-model="dateRange"
             style="width: 240px;"
-            value-format="yyyy-MM-dd HH-MM"
+            value-format="yyyy-MM-dd"
             type="daterange"
             range-separator="-"
             start-placeholder="寮�濮嬫棩鏈�"
@@ -23,9 +23,9 @@
           />
         </el-form-item>
 
-        <el-form-item label="璐﹀彿" prop="useFor">
+        <el-form-item label="璐﹀彿" prop="accNo">
           <el-input
-            v-model="queryParams.useFor"
+            v-model="queryParams.accNo"
             placeholder="璇疯緭鍏ヨ处鍙�"
             clearable
             style="width: 240px"
@@ -102,12 +102,12 @@
         <el-table-column type="selection"  :reserve-selection="true" width="55"  align="center" />
         <el-table-column  label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/>
         <el-table-column label="鍙戠敓鏃堕棿" prop="happenTime" sortable width="100" align="center">
-          <template slot-scope="scope">{{scope.row.happenTime? scope.row.createTime: '鈥斺�斺�斺��'}}</template>
+          <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '鈥斺�斺�斺��'}}</template>
         </el-table-column>
-        <el-table-column label="绫诲瀷" prop="type" sortable width="100" />
+        <el-table-column label="绫诲埆" prop="type" sortable width="100" />
         <el-table-column label="璐﹀彿" prop="accNo" sortable width="100" />
         <el-table-column label="鏈夋晥鏈�" prop="validityDate" sortable width="100" align="center">
-          <template slot-scope="scope">{{scope.row.createTime? scope.row.createTime: '鈥斺�斺�斺��'}}</template>
+          <template slot-scope="scope">{{scope.row.validityDate? scope.row.validityDate: '鈥斺�斺�斺��'}}</template>
         </el-table-column>
         <el-table-column label="瀵嗙爜" prop="password" sortable width="100" />
         <el-table-column label="鏄惁寮�鍚寚绾�" prop="isFinger" sortable width="120" >
@@ -340,7 +340,7 @@
         // 鎬绘潯鏁�
         total: 0,
         // 瀹跺ぇ浜嬭琛ㄦ牸鏁版嵁
-        economyList: [],
+        secretList: [],
         // 寮瑰嚭灞傛爣棰�
         title: "",
         // 鏄惁鏄剧ず寮瑰嚭灞�
@@ -367,8 +367,8 @@
           happenTime: undefined,
           accNo:undefined,
           password:undefined,
-          validityDate:undefined,
           isFinger:undefined,
+          validityDate:undefined,
           isFace:undefined,
           isPrivate:undefined,
           location:undefined,
@@ -386,6 +386,7 @@
           type:undefined,
           accNo:undefined,
           happenTime:undefined,
+          useFor:undefined,
 
         },
         // 琛ㄥ崟鍙傛暟

--
Gitblit v1.9.1