From bc6843b7bca0cae10df4e5233b7e52604ad524c3 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 14 May 2021 19:27:10 +0800 Subject: [PATCH] 20210514 云顶 --- src/main/resources/templates/febs/views/modules/yunding/yundingOrderList.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/yunding/yundingOrderList.html b/src/main/resources/templates/febs/views/modules/yunding/yundingOrderList.html index 024abfd..7503b25 100644 --- a/src/main/resources/templates/febs/views/modules/yunding/yundingOrderList.html +++ b/src/main/resources/templates/febs/views/modules/yunding/yundingOrderList.html @@ -182,8 +182,8 @@ {field: 'phone', title: '手机号', minWidth: 100,align:'left'}, {field: 'inviteId', title: '邀请码UID', minWidth: 80,align:'center'}, {field: 'name', title: '产品名称', minWidth: 80,align:'center'}, + {field: 'salePrice', title: '售价', minWidth: 80,align:'center'}, {field: 'quantity', title: '购买数量', minWidth: 80,align:'center'}, - {field: 'proUnit', title: '单位', minWidth: 80,align:'center'}, {field: 'amount', title: '总金额', minWidth: 80,align:'center'}, {field: 'buyTime', title: '购买日期', minWidth: 80,align:'center'}, {field: 'workTime', title: '生效日期', minWidth: 80,align:'center'}, -- Gitblit v1.9.1