财务开票出来,收款状态调整

This commit is contained in:
wuteng 2025-10-11 13:45:29 +08:00
parent f5d244e50e
commit c6850e4572

View File

@ -205,6 +205,7 @@
<template slot-scope="scope">
<el-tag v-if="scope.row.paymentStatus=='0'" type="error">未收款</el-tag>
<el-tag v-if="scope.row.paymentStatus=='1'" type="success">已收款</el-tag>
<el-tag v-if="scope.row.paymentStatus=='2'" type="warning">部分收款</el-tag>
</template>
</el-table-column>
<!-- <el-tag v-if="scope.row.paymentStatus=='2'" type="warning">部分收款</el-tag> -->