From edf97cb2bfe110123a6dacc1cd8c52ce400ff1db Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期三, 19 七月 2023 00:46:03 +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