mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
fix: Cloud sync task regions display
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user