fix: Cloud sync task regions display

This commit is contained in:
feng
2024-08-09 17:38:52 +08:00
committed by feng626
parent 607bb476db
commit 32cd030479

View File

@@ -173,7 +173,7 @@ export default {
},
{
key: this.$t('Region'),
value: this.object.task?.regions,
value: this.object.task?.regions_display,
formatter(row, value) {
return (<div>{
value?.map((content) => {