|
|
@ -34,6 +34,11 @@ |
|
|
|
<span>{{ scope.row.useOrgName }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="开票类型" align="center" width="140"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.invoiceType }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="开票名称" align="center" width="140"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.name }}</span> |
|
|
|