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:
commit
a033b0808c
@ -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> -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user