update log table

This commit is contained in:
Qiuxia Fan 2022-07-27 16:13:48 +08:00
parent 9f2657440e
commit 6060e86de8
7 changed files with 1 additions and 3 deletions

View File

@ -39,7 +39,7 @@ limitations under the License. -->
<script lang="ts" setup>
import { ref, computed } from "vue";
import { useI18n } from "vue-i18n";
import LogTable from "@/views/dashboard/related/components/LogTable/Index.vue";
import LogTable from "./LogTable/Index.vue";
import { useLogStore } from "@/store/modules/log";
import { useDashboardStore } from "@/store/modules/dashboard";
import { ElMessage } from "element-plus";

View File

@ -127,7 +127,6 @@ import { useTraceStore } from "@/store/modules/trace";
import { Option } from "@/types/app";
import copy from "@/utils/copy";
import graphs from "./components/index";
import LogTable from "@/views/dashboard/related/components/LogTable/Index.vue";
import { ElMessage } from "element-plus";
import getDashboard from "@/hooks/useDashboardsSession";
import { LayoutConfig } from "@/types/dashboard";
@ -136,7 +135,6 @@ export default defineComponent({
name: "TraceDetail",
components: {
...graphs,
LogTable,
},
setup() {
/*global Recordable */