From 97bb5d54315b91b851d6934fb2bb98b80b7dc4f1 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sat, 15 May 2021 16:20:04 +0800
Subject: [PATCH] 20210514 云顶
---
src/main/resources/templates/febs/views/modules/yunding/yundingOrderList.html | 12 +-----------
1 files changed, 1 insertions(+), 11 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..a60d396 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'},
@@ -195,16 +195,6 @@
return '<span style="color:red;">待收益</span>'
} else if (d.returnState === 2) {
return '<span style="color:green;">已收益</span>'
- }else{
- return ''
- }
- }, minWidth: 80,align:'center'},
- {field: 'returnType', title: '收益类型',
- templet: function (d) {
- if (d.returnType === 1) {
- return '<span style="color:blue;">USDT</span>'
- } else if (d.returnType === 2) {
- return '<span style="color:green;">XCH</span>'
}else{
return ''
}
--
Gitblit v1.9.1