|
|
@@ -12,7 +12,7 @@
|
|
|
<Cell :title="$t('position.goods.orderid')" :value="`${selectedRow.tHDetailEx.tradeID}`" />
|
|
|
<Cell :title="$t('position.goods.goodsname')" :value="`${goodsname}`" />
|
|
|
<Cell :title="$t('position.goods.agreeunit')"
|
|
|
- :value="`${selectedRow.agreeUnit}${selectedRow.goodsUnit}`" />
|
|
|
+ :value="`${selectedRow.agreeUnit}${getGoodsUnitName(selectedRow.goodsUnitID)}`" />
|
|
|
<Cell :title="$t('position.goods.buyorsell')"
|
|
|
:value="getBuyOrSellName(selectedRow.tHDetailEx.buyOrSell)" />
|
|
|
<Cell :title="$t('position.goods.holderprice')"
|
|
|
@@ -73,6 +73,7 @@ import { dialog, fullloading } from '@/utils/vant'
|
|
|
import { i18n, useFuturesStore } from '@/stores'
|
|
|
import AppModal from '@/components/base/modal/index.vue'
|
|
|
import AppContact from '@mobile/components/modules/contact/index.vue'
|
|
|
+import { getGoodsUnitName } from '@/constants/unit'
|
|
|
|
|
|
const props = defineProps({
|
|
|
selectedRow: {
|