li.shaoyi 3 anni fa
parent
commit
8b92a81091
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      src/views/business/exposure/list/realTime/index.vue

+ 6 - 0
src/views/business/exposure/list/realTime/index.vue

@@ -33,6 +33,12 @@
     <template v-if="isPingAnOem()" #index="{ index }">
       <span>{{ index + 1 }}</span>
     </template>
+    <template #changeQty="{ record }">
+      <span>{{ record.changeQty.toFixed(2) }}</span>
+    </template>
+    <template #diffhedgeqty="{ record }">
+      <span>{{ record.diffhedgeqty.toFixed(2) }}</span>
+    </template>
     <!-- 类型 -->
     <template #contracttype="{ record }">
       <span>{{ getPlanContractType(record.contracttype) }}</span>