2
0

feat:cdr界面

This commit is contained in:
zhongzm
2025-01-03 18:01:22 +08:00
parent 1267648ebc
commit 61c62f48b0
5 changed files with 172 additions and 130 deletions

View File

@@ -121,6 +121,8 @@ declare global {
const exportJobLog: typeof import('../service/api/jobLog')['exportJobLog']
const extendRef: typeof import('@vueuse/core')['extendRef']
const extractTabsByAllRoutes: typeof import('../store/modules/tab/shared')['extractTabsByAllRoutes']
const fetchBillList: typeof import('../service/api/auth')['fetchBillList']
const fetchCdrHistory: typeof import('../service/api/auth')['fetchCdrHistory']
const fetchCustomBackendError: typeof import('../service/api/auth')['fetchCustomBackendError']
const fetchGetAllPages: typeof import('../service/api/menu')['fetchGetAllPages']
const fetchGetConstantRoutes: typeof import('../service/api/route')['fetchGetConstantRoutes']