|
@@ -351,7 +351,9 @@
|
|
|
"
|
|
|
/>
|
|
|
</template>
|
|
|
- <template v-else>{{ rowNum(scope.row.amount) }}</template>
|
|
|
+ <template v-else>{{
|
|
|
+ rowNum(scope.row.arriveAmount)
|
|
|
+ }}</template>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
@@ -362,7 +364,7 @@
|
|
|
header-align="center"
|
|
|
>
|
|
|
<template #default="scope">
|
|
|
- <span>{{ rowNum(scope.row.amount) }}</span>
|
|
|
+ <span>{{ rowNum(scope.row.arrived) }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|