|
@@ -44,7 +44,7 @@ import {
|
|
|
selectDictLabels
|
|
|
} from '@/utils/ruoyi'
|
|
|
|
|
|
-import { dictDataEcho, dictValueLabel, moneyFormat, calculationWeek, getDict, getPdf, translateIntoEnglish } from '@/utils/util'
|
|
|
+import { dictDataEcho, dictValueLabel, moneyFormat, calculationWeek, getDict, getPdf, translateIntoEnglish, random } from '@/utils/util'
|
|
|
|
|
|
// 分页组件
|
|
|
import Pagination from '@/components/Pagination'
|
|
@@ -82,6 +82,7 @@ app.config.globalProperties.calculationWeek = calculationWeek
|
|
|
app.config.globalProperties.getDict = getDict
|
|
|
app.config.globalProperties.getPdf = getPdf
|
|
|
app.config.globalProperties.translateIntoEnglish = translateIntoEnglish
|
|
|
+app.config.globalProperties.random = random
|
|
|
|
|
|
|
|
|
// 全局组件挂载
|