|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<!-- 商品订单-合约汇总-详情 -->
|
|
|
- <a-modal class="commonModal custom-finish" title="商品掉期交易确认书" v-model:visible="visible" centered :maskClosable="false" @cancel="cancel" width="890px">
|
|
|
+ <a-modal class="commonModal custom-finish" title="商品掉期贸易确认书" v-model:visible="visible" centered :maskClosable="false" @cancel="cancel" width="890px">
|
|
|
<template #footer>
|
|
|
<a-button key="submit" class="cancelBtn" :loading="loading" :disabled="loading" @click="cancel(false)">取消</a-button>
|
|
|
<a-button key="submit" type="primary" :loading="loading" :disabled="loading" @click="cancel(false)">确认</a-button>
|
|
|
@@ -64,12 +64,12 @@ export default defineComponent({
|
|
|
// 现货信息
|
|
|
const spot = [
|
|
|
{ label: '成交编号', value: formatValue(data.tradeid) },
|
|
|
- { label: '交易标的', value: formatValue(data.goodsname) },
|
|
|
- { label: '开始交易日', value: formatValue(formatTime(data.listingdate, 'd')) },
|
|
|
- { label: '最后交易日', value: formatValue(formatTime(data.lasttradedate, 'd')) },
|
|
|
+ { label: '贸易标的', value: formatValue(data.goodsname) },
|
|
|
+ { label: '开始贸易日', value: formatValue(formatTime(data.listingdate, 'd')) },
|
|
|
+ { label: '最后贸易日', value: formatValue(formatTime(data.lasttradedate, 'd')) },
|
|
|
{ label: '最后结算日', value: formatValue(formatTime(data.delistingdate, 'd')) },
|
|
|
{ label: '合约乘数', value: formatValue(data.agreeunit) },
|
|
|
- { label: '交易数量', value: formatValue(data.openqty) },
|
|
|
+ { label: '贸易数量', value: formatValue(data.openqty) },
|
|
|
{ label: '成交价', value: formatValue(data.openprice) },
|
|
|
{ label: '初始名义价值', value: formatValue(data.tradeamount) },
|
|
|
{ label: '到期清算价格', value: formatValue(data.exprieprice) },
|