linwenling
2023-07-25 c40fc03236e94c0b7710d5e931a915f78ecdea13
ruoyi-ui/src/views/bignote/index.vue
@@ -48,7 +48,7 @@
        />
      </el-form-item>
      <el-form-item label="时间">
      <el-form-item label="时间" prop="happenTime">
        <el-date-picker
          v-model="dateRange"
          style="width:  197px;
@@ -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>