This commit is contained in:
sjl
2025-12-19 13:12:46 +08:00
32 changed files with 865 additions and 425 deletions

View File

@@ -17,7 +17,7 @@
<el-icon class="elView" v-if="detailData?.problemName && VITE_FLAG">
<View @click="openFile(detailData?.problemName)" />
</el-icon>
<a class="aLoad" @click="download(detailData.keyName)" target="_blank">{{ detailData.problemName }}</a>
<span class="aLoad" @click="download(detailData.keyName)" target="_blank">{{ detailData.problemName }}</span >
</el-descriptions-item>
</template>
<el-descriptions-item :span="2" label="整改意见">
@@ -30,7 +30,7 @@
<el-icon class="elView" v-if="detailData?.reportName && VITE_FLAG">
<View @click="openFile(detailData?.reportName)" />
</el-icon>
<a class="aLoad" @click="download(detailData.keyName)" target="_blank">{{ detailData.reportName }}</a>
<span class="aLoad" @click="download(detailData.keyName)" target="_blank">{{ detailData.reportName }}</span >
</el-descriptions-item>
</el-descriptions>
</div>