zhangdan 4 年之前
父节点
当前提交
2bfae2b101
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/Service/PurchasedServiceList.vue

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

@@ -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) {