From 7ca95d0b01940011b16f03683e59ab4f18fff4e0 Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期二, 25 七月 2023 15:40:39 +0800
Subject: [PATCH] 时间搜索

---
 ruoyi-ui/src/views/note/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ruoyi-ui/src/views/note/index.vue b/ruoyi-ui/src/views/note/index.vue
index 1a40ef3..8440696 100644
--- a/ruoyi-ui/src/views/note/index.vue
+++ b/ruoyi-ui/src/views/note/index.vue
@@ -48,7 +48,7 @@
         />
       </el-form-item>
       <!-- </el-form-item> -->
-      <el-form-item label="鍙戠敓鏃堕棿">
+      <el-form-item label="鍙戠敓鏃堕棿"  prop="happenTime">
         <el-date-picker
           v-model="dateRange"
           style="width: 240px"
@@ -385,7 +385,8 @@
         holder:undefined,
         address:undefined,
         happenStartTime:undefined,
-        happenEndTime:undefined
+        happenEndTime:undefined,
+        happenTime:undefined
       },
       // 琛ㄥ崟鍙傛暟
       form: {},
@@ -620,7 +621,7 @@
     /** 鍒犻櫎鎸夐挳鎿嶄綔 */
     handleDelete(row) {
       const Ids = row.id || this.ids;
-      this.$modal.confirm('鏄惁纭鍒犻櫎璧勪骇缂栧彿涓�"' + Ids + '"鐨勬暟鎹」锛�').then(function() {
+      this.$modal.confirm('鏄惁纭鍒犻櫎鎵�閫夋暟鎹」锛�').then(function() {
         return delProperty(Ids);
       }).then(() => {
         this.getList();

--
Gitblit v1.9.1