|
|
@@ -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>
|