From c40fc03236e94c0b7710d5e931a915f78ecdea13 Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期二, 25 七月 2023 00:09:18 +0800
Subject: [PATCH] 所有模块的按时间搜索

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

diff --git a/ruoyi-ui/src/views/bignote/index.vue b/ruoyi-ui/src/views/bignote/index.vue
index 4bb4892..1e4a67f 100644
--- a/ruoyi-ui/src/views/bignote/index.vue
+++ b/ruoyi-ui/src/views/bignote/index.vue
@@ -48,7 +48,7 @@
         />
 
       </el-form-item>
-      <el-form-item label="鏃堕棿">
+      <el-form-item label="鏃堕棿" prop="happenTime">
         <el-date-picker
           v-model="dateRange"
           style="width:  197px;
@@ -170,7 +170,7 @@
               alt=""
               style="width: 35px; height: 35px;"
               fit="cover"
-              v-if="scope.row.url !== ',' "
+              v-if="scope.row.url !== null "
             >
             <img
               class="el-upload-list__item-thumbnail"
@@ -178,7 +178,7 @@
               alt=""
               style="width: 35px; height: 35px;"
               fit="cover"
-              v-if="scope.row.url === ','"
+              v-if="scope.row.url === null"
             ></div>
         </template>
       </el-table-column>

--
Gitblit v1.9.1