Browse Source

完善出纳付款列表

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

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

@ -77,7 +77,7 @@
<span>{{ scope.row.createTime }}</span>
</template>
</el-table-column>
<el-table-column label="付款编号" align="center">
<el-table-column label="付款编号" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.id }}</span>
</template>

Loading…
Cancel
Save