fix: typos拼写错误

This commit is contained in:
fit2cloud-chenyw
2024-05-28 11:22:18 +08:00
parent 0f2df8f960
commit 0d5ac2a86d
2 changed files with 2 additions and 2 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>