{{ $TOOL.getNestedProperty(row, $attrs.nestProp) }}
@@ -44,18 +44,4 @@ export default { watch: {}, } - \ No newline at end of file + \ No newline at end of file diff --git a/src/frontend/admin/src/components/naIp/index.vue b/src/frontend/admin/src/components/naIp/index.vue index aa6c6498..ee01e838 100644 --- a/src/frontend/admin/src/components/naIp/index.vue +++ b/src/frontend/admin/src/components/naIp/index.vue @@ -17,7 +17,7 @@ export default { created() { if (this.ip) { this.region = '...' - http.get(`http://ip.line92.com/?ip=${this.ip}`).then((x) => { + http.get(`http://ip.line92.xyz/?ip=${this.ip}`).then((x) => { this.region = x.region }) } diff --git a/src/frontend/admin/src/components/scTable/fieldFilter.vue b/src/frontend/admin/src/components/scTable/fieldFilter.vue new file mode 100644 index 00000000..ef77ca19 --- /dev/null +++ b/src/frontend/admin/src/components/scTable/fieldFilter.vue @@ -0,0 +1,51 @@ + +{{ row.api.id }}
-{{ row.api.summary }}
++ {{ apis?.find((x) => x.pathCrc32 === row.apiPathCrc32)?.id }} +
++ {{ apis?.find((x) => x.pathCrc32 === row.apiPathCrc32)?.summary }} +
{{ owners?.find((x) => x.id === row.ownerId)?.userName }}
+{{ owners?.find((x) => x.id === row.ownerId)?.id }}
+