li.shaoyi vor 3 Jahren
Ursprung
Commit
6ef46c913c

+ 5 - 5
src/views/order/swap_the_order/components/swap_commodity_contract_summary/components/detail/index.vue

@@ -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) },