huangbin 4 年 前
コミット
07b2d69234

+ 1 - 1
src/views/information/spot-contract/components/common-detail/index.vue

@@ -89,7 +89,7 @@ export default defineComponent({
                 const price = [
                     { label: '定价类型', value: getPriceTypeName(data.pricetype) },
                     { label: '数量', value: formatValue(data.qty) + data.enumdicname },
-                    { label: '点价合约', value: formatValue(data.goodsname) },
+                    { label: data.pricetype === 2 ? '点价合约' : '价格', value: formatValue(data.goodsname) },
                     { label: '升贴水', value: formatValue(data.pricemove) },
                     { label: '点价期', value: formatValue(formatTime(data.startdate, 'd') + '--' + formatTime(data.enddate, 'd')) },
                     { label: '交收期', value: formatValue(formatTime(data.deliverystartdate, 'd') + '--' + formatTime(data.deliveryenddate, 'd')) },