diff --git a/src/views/dashboard/related/components/LogTable/Index.vue b/src/views/dashboard/related/components/LogTable/Index.vue index 22af9716..039c7efb 100644 --- a/src/views/dashboard/related/components/LogTable/Index.vue +++ b/src/views/dashboard/related/components/LogTable/Index.vue @@ -92,6 +92,7 @@ const dragger = ref>(null); // const method = ref(380); // props.type === "browser" ? BrowserLogConstants : ServiceLogConstants; const columns = ref (useLogStore.serviceLogColumn); +// const portalVisibleDefaultCols:string[] = ['Service', 'Instance','Content'] const visibleColumns = computed(() => columns.value.filter((column) => column.isVisible) diff --git a/src/views/dashboard/related/components/LogTable/LogService.vue b/src/views/dashboard/related/components/LogTable/LogService.vue index 9c72d7dc..1ca7e275 100644 --- a/src/views/dashboard/related/components/LogTable/LogService.vue +++ b/src/views/dashboard/related/components/LogTable/LogService.vue @@ -39,7 +39,7 @@ limitations under the License. -->