Merge pull request '财务开票出来,收款状态调整' (#114) from master-lev into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/114
This commit is contained in:
wuteng 2025-10-11 13:48:38 +08:00
commit a033b0808c

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