Tcsm
2023-07-24 f36d42d392784481c6e16b9421fdeee38f8c3e89
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>