Merge pull request #9903 from dataease/pr@dev-v2@fix_typos_error

fix: typos拼写错误
This commit is contained in:
fit2cloud-chenyw
2024-05-28 11:23:30 +08:00
committed by GitHub
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>