Merge pull request '财务开票处理,已开票,收款状态隐藏' (#80) from master-dev into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/80
This commit is contained in:
commit
d38fb09ec2
@ -210,13 +210,13 @@
|
||||
<el-tag v-if="scope.row.blAudit=='2'" type="error">审核不通过</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('收款状态')" align="center" prop="paymentStatus" width="100" >
|
||||
<!-- <el-table-column :label="$t('收款状态')" align="center" prop="paymentStatus" width="100" >
|
||||
<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-table-column> -->
|
||||
<el-table-column :label="$t('驳回原因')" align="center" prop="auditNote" min-width="100" :show-overflow-tooltip="true"/>
|
||||
|
||||
<!-- <el-table-column :label="$t('状态描述')" align="center" prop="invoiceStatusDesc" min-width="100" :show-overflow-tooltip="true"/> -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user