From 4059bcfe132b41a73adfc5ac11284a475485c4a1 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期二, 18 七月 2023 21:24:59 +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