|
@@ -44,7 +44,7 @@ import {
|
|
selectDictLabels
|
|
selectDictLabels
|
|
} from '@/utils/ruoyi'
|
|
} from '@/utils/ruoyi'
|
|
|
|
|
|
-import { dictDataEcho, moneyFormat } from '@/utils/util'
|
|
|
|
|
|
+import { dictDataEcho, moneyFormat, calculationWeek } from '@/utils/util'
|
|
|
|
|
|
// 分页组件
|
|
// 分页组件
|
|
import Pagination from '@/components/Pagination'
|
|
import Pagination from '@/components/Pagination'
|
|
@@ -77,6 +77,7 @@ app.config.globalProperties.selectDictLabels = selectDictLabels
|
|
//字典回显
|
|
//字典回显
|
|
app.config.globalProperties.dictDataEcho = dictDataEcho
|
|
app.config.globalProperties.dictDataEcho = dictDataEcho
|
|
app.config.globalProperties.moneyFormat = moneyFormat
|
|
app.config.globalProperties.moneyFormat = moneyFormat
|
|
|
|
+app.config.globalProperties.calculationWeek = calculationWeek
|
|
|
|
|
|
|
|
|
|
|
|
|