From 99307a10b5558d88efaa360cc6029134966b25d2 Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期一, 24 七月 2023 23:53:21 +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