This commit is contained in:
liushuai
2020-04-24 17:24:14 +08:00
parent 4bb41367fa
commit 6d5edf5211
4 changed files with 45 additions and 10 deletions

View File

@@ -86,6 +86,21 @@
{{ scope.row.未通过审批原因 }}
</template>
</el-table-column>
<el-table-column label="付款人" align="center" min-width="60">
<template slot-scope="scope">
{{ scope.row.付款人姓名 }}
</template>
</el-table-column>
<el-table-column label="付款情况" align="center" min-width="60">
<template slot-scope="scope">
{{ scope.row.付款情况内容 }}
</template>
</el-table-column>
<el-table-column label="未过原因" align="center" min-width="60">
<template slot-scope="scope">
{{ scope.row.未付款原因 === '通过' ? '' : scope.row.未付款原因 }}
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="90px" fixed="right">
<template slot-scope="scope">
<el-tooltip :open-delay="1000" effect="dark" content="查看详情" placement="top">