|
@@ -183,7 +183,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '服务名称',
|
|
|
- dataIndex: 'itemName',
|
|
|
+ dataIndex: 'bundleName',
|
|
|
align: 'center',
|
|
|
width: 100,
|
|
|
customRender: function (text) {
|
|
@@ -192,7 +192,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '购买数量',
|
|
|
- dataIndex: 'times',
|
|
|
+ dataIndex: 'cnt',
|
|
|
align: 'center',
|
|
|
width: 100,
|
|
|
customRender: function (text) {
|