From b2f9340443b60b9f3912bdab6a1daa8f61471c02 Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期二, 16 五月 2023 03:24:16 +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