From a7ff00c817968670223bb454617cd43d106d2b8d Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 14 May 2021 20:12:24 +0800 Subject: [PATCH] 20210514 云顶 --- src/main/resources/templates/febs/views/modules/yunding/yundingOrderList.html | 10 ---------- 1 files changed, 0 insertions(+), 10 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 7503b25..a60d396 100644 --- a/src/main/resources/templates/febs/views/modules/yunding/yundingOrderList.html +++ b/src/main/resources/templates/febs/views/modules/yunding/yundingOrderList.html @@ -199,16 +199,6 @@ 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 '' - } - }, minWidth: 80,align:'center'}, {field: 'todayProfit', title: '今日收益', minWidth: 80,align:'center'}, {field: 'state', title: '状态', templet: function (d) { -- Gitblit v1.9.1