|
@@ -51,7 +51,7 @@ const { router, getQueryString } = useNavigation()
|
|
|
const futuresStore = useFuturesStore()
|
|
const futuresStore = useFuturesStore()
|
|
|
|
|
|
|
|
const title = getQueryString('title')
|
|
const title = getQueryString('title')
|
|
|
-const titleName = computed(() => title ? decodeURIComponent(title) : props.marketSection?.displayname ?? t('quote.title')))
|
|
|
|
|
|
|
+const titleName = computed(() => title ? decodeURIComponent(title) : props.marketSection?.displayname ?? '参考行情')
|
|
|
|
|
|
|
|
const dataList = computed(() => futuresStore.quotationList.filter((e) => e.marketid === 99201))
|
|
const dataList = computed(() => futuresStore.quotationList.filter((e) => e.marketid === 99201))
|
|
|
|
|
|