|
@@ -2,7 +2,6 @@ import type { RouteLocationNormalized, RouteRecordNormalized } from 'vue-router'
|
|
|
import type { App, Plugin } from 'vue';
|
|
import type { App, Plugin } from 'vue';
|
|
|
import { useUserStore } from '@/stores/user'
|
|
import { useUserStore } from '@/stores/user'
|
|
|
import { useI18n } from 'vue-i18n'
|
|
import { useI18n } from 'vue-i18n'
|
|
|
-
|
|
|
|
|
import { unref } from 'vue';
|
|
import { unref } from 'vue';
|
|
|
import { isObject } from '@/utils/is';
|
|
import { isObject } from '@/utils/is';
|
|
|
import type { Component } from 'vue';
|
|
import type { Component } from 'vue';
|
|
@@ -121,9 +120,8 @@ export function GetRequest(value: string) {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//支付备注
|
|
//支付备注
|
|
|
-export const getRemark = (list, orderType, t) => {
|
|
|
|
|
|
|
+export const getRemark = (list, orderType, t, locale) => {
|
|
|
|
|
|
|
|
-// const { locale, t } = useI18n()
|
|
|
|
|
const { isEur } = useUserStore()
|
|
const { isEur } = useUserStore()
|
|
|
let str = []
|
|
let str = []
|
|
|
list.map(item => {
|
|
list.map(item => {
|