From 9596bd25e3c95906398149d9325bbeecaa570e20 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期二, 09 五月 2023 16:24:15 +0800 Subject: [PATCH] 根据反馈情况修改了部分bug --- ruoyi-ui/src/views/doctor/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/doctor/index.vue b/ruoyi-ui/src/views/doctor/index.vue index f8528d2..ca64741 100644 --- a/ruoyi-ui/src/views/doctor/index.vue +++ b/ruoyi-ui/src/views/doctor/index.vue @@ -215,7 +215,7 @@ <el-table-column label="澶囨敞" prop="remark" sortable width="120" align="center"> <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '鈥斺�斺�斺��'}}</template> </el-table-column> - <el-table-column label="鐢靛瓙鏂囦欢" prop="url" width="80" > + <el-table-column label="鐢靛瓙鏂囦欢" prop="url" width="140" align="center"> <template slot-scope="scope" > <img class="el-upload-list__item-thumbnail" @@ -223,7 +223,7 @@ alt="" style="width: 35px; height: 35px;" fit="cover" - v-if="scope.row.url !== null" + v-if="scope.row.url !== ','" > <img class="el-upload-list__item-thumbnail" @@ -231,7 +231,7 @@ alt="" style="width: 35px; height: 35px;" fit="cover" - v-if="scope.row.url === null" + v-if="scope.row.url === ','" > </template> </el-table-column> -- Gitblit v1.9.1