From 9098efa55807d848fc190e572c6c31648e13fac6 Mon Sep 17 00:00:00 2001 From: zhouzixin Date: Tue, 4 Jun 2024 08:43:20 +0800 Subject: [PATCH] fix: adjust the order --- src/views/dashboard/related/log/LogTable/data.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/dashboard/related/log/LogTable/data.ts b/src/views/dashboard/related/log/LogTable/data.ts index b80fcfd1..607ddcf4 100644 --- a/src/views/dashboard/related/log/LogTable/data.ts +++ b/src/views/dashboard/related/log/LogTable/data.ts @@ -77,10 +77,6 @@ export const BrowserLogConstants = [ label: "pagePath", value: "pagePath", }, - { - label: "errorUrl", - value: "errorUrl", - }, { label: "time", value: "time", @@ -91,6 +87,10 @@ export const BrowserLogConstants = [ // drag: true, method: 350, }, + { + label: "errorUrl", + value: "errorUrl", + }, { label: "stack", value: "stack",