Browse Source

完善企业开票信息

master
yunuo970428 2 years ago
parent
commit
4f95893a04
  1. 5
      anrui-buscenter/anrui-buscenter-ui/src/views/kaipiaoguanli/qiyekaipiaoxinxi/kaipiaoxinxiguanli.vue

5
anrui-buscenter/anrui-buscenter-ui/src/views/kaipiaoguanli/qiyekaipiaoxinxi/kaipiaoxinxiguanli.vue

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

Loading…
Cancel
Save