Browse Source

完善优惠包交接

master
yunuo970428 2 years ago
parent
commit
b8afc7b45f
  1. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/discountpackagehandover/discountpackagetobehandover.vue

2
anrui-buscenter/anrui-buscenter-ui/src/views/discountpackagehandover/discountpackagetobehandover.vue

@ -49,7 +49,7 @@
</el-table-column>
<el-table-column label="状态" align="center">
<template slot-scope="scope">
<span>{{ scope.row.transferstateValue }}</span>
<span>{{ scope.row.transferStateValue }}</span>
</template>
</el-table-column>
<el-table-column label="创建日期" align="center" width="110">

Loading…
Cancel
Save