{{ $t('views.system.resourceMapping.sub_title') }}
@@ -54,7 +54,6 @@
-
-
{{ row.name }}
+
{{ row.source_name }}
-
+
+
+
+
+
+ {{ $t('common.status.success') }}
+
+
+
+ {{ $t('common.status.fail') }}
+
+
+
+ {{ $t('common.status.REVOKED') }}
+
+
+
+ {{ $t('common.status.REVOKE') }}
+
+
+
+ {{ $t('common.status.STARTED') }}
+
+
+
+
+
+ {{ row.run_time != undefined ? row.run_time?.toFixed(2) + 's' : '-' }}
+
+
+ prop="create_time"
+ :label="$t('chat.executionDetails.createTime')"
+ width="180"
+ >
+
+ {{ datetimeFormat(row.create_time) }}
+
+
+
+
+
+
+
+