Tcsm
2023-05-09 9596bd25e3c95906398149d9325bbeecaa570e20
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>