|
@@ -271,6 +271,9 @@ import useLookAndApplyFlow from './lookAndApplyFlow'
|
|
import useInullyApply from './inullyApply'
|
|
import useInullyApply from './inullyApply'
|
|
import useCallback from './callback'
|
|
import useCallback from './callback'
|
|
|
|
|
|
|
|
+defineOptions({
|
|
|
|
+ name: 'MainOfficeCenter2'
|
|
|
|
+})
|
|
const message = useMessage()
|
|
const message = useMessage()
|
|
const currentTab = ref<string>('1')
|
|
const currentTab = ref<string>('1')
|
|
const currentColumn = ref<any[]>(TabColumns[currentTab.value])
|
|
const currentColumn = ref<any[]>(TabColumns[currentTab.value])
|