未验证 提交 117963f7 编写于 作者: S songjianet 提交者: GitHub

[Fix][UI Next][V1.0.0-Alpha] Fix the worker page name. (#9086)

上级 5762a5c8
......@@ -27,8 +27,8 @@ import type { Ref } from 'vue'
import type { RowData } from 'naive-ui/es/data-table/src/interface'
import type { WorkerNode } from '@/service/modules/monitor/types'
const master = defineComponent({
name: 'master',
const worker = defineComponent({
name: 'worker',
setup() {
const showModalRef = ref(false)
const { t } = useI18n()
......@@ -149,4 +149,4 @@ const master = defineComponent({
}
})
export default master
export default worker
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册