Tcsm
2023-07-19 edf97cb2bfe110123a6dacc1cd8c52ce400ff1db
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>