From 068b277fe6e9fb588adf5118799db9198e1d5249 Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Thu, 10 Dec 2020 20:12:19 +0800 Subject: [PATCH] modify --- src/main/resources/templates/febs/views/modules/orderCoin/orderCoin.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/orderCoin/orderCoin.html b/src/main/resources/templates/febs/views/modules/orderCoin/orderCoin.html index 3a48a34..a2f84be 100644 --- a/src/main/resources/templates/febs/views/modules/orderCoin/orderCoin.html +++ b/src/main/resources/templates/febs/views/modules/orderCoin/orderCoin.html @@ -116,7 +116,7 @@ } else if (d.ipo == 0) { return '<span style="color:gray;">否</span>' } else{ - return '<span style="color:red;">是</span>' + return '<span>-</span>' } }, minWidth: 20,align:'center'}, -- Gitblit v1.9.1