Browse Source

完善出纳付款列表

master
yunuo970428 4 months ago
parent
commit
18c8bdd5a5
  1. 14
      anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/chunafukuan/chunafukuanguanli/cashier.vue

14
anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/chunafukuan/chunafukuanguanli/cashier.vue

@ -77,17 +77,17 @@
<span>{{ scope.row.createTime }}</span>
</template>
</el-table-column>
<!-- <el-table-column label="业务编号" align="center">-->
<!-- <template slot-scope="scope">-->
<!-- <span>{{ scope.row.billNo }}</span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column label="款项类别" align="center" width="120">
<el-table-column label="付款编号" align="center">
<template slot-scope="scope">
<span>{{ scope.row.costTypeValue }}</span>
<span>{{ scope.row.id }}</span>
</template>
</el-table-column>
<el-table-column label="款项名称" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.costTypeValue }}</span>
</template>
</el-table-column>
<el-table-column label="款项详情" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.costTitleValue }}</span>
</template>

Loading…
Cancel
Save