zhangdan 4 years ago
parent
commit
2bfae2b101
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/Service/PurchasedServiceList.vue

+ 2 - 2
src/views/Service/PurchasedServiceList.vue

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