Browse Source

完善车辆销售管理列表

master
yunuo970428 3 years ago
parent
commit
d0908f3896
  1. 2
      anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangxiaoshou/cheliangxiaoshouguanli.vue

2
anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangxiaoshou/cheliangxiaoshouguanli.vue

@ -105,7 +105,7 @@
<span>{{ scope.row.mobile }}</span>
</template>
</el-table-column>
<el-table-column label="赠品说明" align="center" width="120">
<el-table-column label="赠品价值(元)" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.giftsDescription }}</span>
</template>

Loading…
Cancel
Save