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