li.shaoyi %!s(int64=3) %!d(string=hai) anos
pai
achega
8b92a81091
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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>