feat: 新增导出中心功能

This commit is contained in:
taojinlong
2024-05-28 15:31:02 +08:00
parent fd63c97733
commit 97ae00b970
2 changed files with 1 additions and 834 deletions

View File

@@ -398,7 +398,7 @@ defineExpose({
<div v-if="scope.row.exportStatus === 'FAILED'" class="red-line" />
<el-progress
v-if="scope.row.exportStatus === 'IN_PROGRESS'"
:percentage="+scope.row.exportPogress"
:percentage="+scope.row.exportProgress"
/>
</template>
</el-table-column>