From f36d42d392784481c6e16b9421fdeee38f8c3e89 Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期一, 24 七月 2023 22:17:00 +0800
Subject: [PATCH] 成长经历阅历除自传外都可以进行修改

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

diff --git a/ruoyi-ui/src/views/bignote/index.vue b/ruoyi-ui/src/views/bignote/index.vue
index 4bb4892..0ad8bdf 100644
--- a/ruoyi-ui/src/views/bignote/index.vue
+++ b/ruoyi-ui/src/views/bignote/index.vue
@@ -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