|
@@ -44,7 +44,10 @@ import {
|
|
selectDictLabels
|
|
selectDictLabels
|
|
} from '@/utils/ruoyi'
|
|
} from '@/utils/ruoyi'
|
|
|
|
|
|
-import { dictDataEcho, currencyGainSymbol } from '@/utils/util'
|
|
|
|
|
|
+import {
|
|
|
|
+ dictDataEcho
|
|
|
|
+}
|
|
|
|
+from '@/utils/util'
|
|
|
|
|
|
// 分页组件
|
|
// 分页组件
|
|
import Pagination from '@/components/Pagination'
|
|
import Pagination from '@/components/Pagination'
|
|
@@ -76,7 +79,6 @@ 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|