|
@@ -111,8 +111,8 @@ const tableList = computed(() => {
|
|
|
const columns: Model.TableColumn[] = [
|
|
const columns: Model.TableColumn[] = [
|
|
|
{ field: 'goodsname', label: t('quote.goodsname') },
|
|
{ field: 'goodsname', label: t('quote.goodsname') },
|
|
|
{ field: 'last', label: t('quote.last') },
|
|
{ field: 'last', label: t('quote.last') },
|
|
|
- { field: 'ask', label: t('quote.ask') },
|
|
|
|
|
- { field: 'bid', label: t('quote.bid') },
|
|
|
|
|
|
|
+ { field: 'ask', label: t('quote.bid') },
|
|
|
|
|
+ { field: 'bid', label: t('quote.ask') },
|
|
|
{ field: 'rise', label: t('quote.rise') },
|
|
{ field: 'rise', label: t('quote.rise') },
|
|
|
{ field: 'change', label: t('quote.change') },
|
|
{ field: 'change', label: t('quote.change') },
|
|
|
{ field: 'opened', label: t('quote.opened') },
|
|
{ field: 'opened', label: t('quote.opened') },
|