linwenling
2023-07-18 d3bc497986278ec8c2f21d3ef272ecc392cbc93b
家大事记的电子文件 变正常了
1个文件已修改
4 ■■■■ 已修改文件
ruoyi-ui/src/views/bignote/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>