解决下载路径为空

This commit is contained in:
sjl
2025-12-22 15:13:43 +08:00
parent d69a6e1e5d
commit a52021572a
17 changed files with 529 additions and 440 deletions

View File

@@ -1,5 +1,9 @@
<template>
<div class='default-main'>
<div v-if="detailLoading" class="loading">
<el-spin description="加载中..." />
</div>
<div v-else>
<el-descriptions :column='2' label-width="140px" border>
<el-descriptions-item label='技术监督计划名称'>
{{ detailData?.planName }}
@@ -43,6 +47,7 @@
<vxe-column field='dataSource' title='变电站来源' :formatter='formatterSource'></vxe-column>
</vxe-table>
</div>
</div>
</div>
</template>
<script setup lang='ts'>