优化问题

This commit is contained in:
duan 2024-06-26 16:48:52 +08:00
parent 5e283bb804
commit 55e696a6a2
1 changed files with 2 additions and 3 deletions

View File

@ -90,7 +90,7 @@
{{ scope.row.type == 'purveyor' ? '进货单' : '退货单' }}
</template>
</el-table-column>
<el-table-column label="金额" prop="totalAmount">
<el-table-column label="应付金额" prop="totalAmount">
<template v-slot="scope">
{{ scope.row.totalAmount }}
</template>
@ -104,8 +104,7 @@
</el-table-column>
<el-table-column label="待付款金额" prop="waitAmount">
<template v-slot="scope">
<span class="num" v-if="scope.row.waitAmount > 0">{{ scope.row.waitAmount }}</span>
<span v-else>-</span>
<span class="num" >{{ scope.row.waitAmount }}</span>
</template>
</el-table-column>
<el-table-column label="状态" prop="status">