src/main/java/com/xcong/excoin/modules/otc/entity/OtcEntrustOrderEntity.java
@@ -38,7 +38,7 @@ public static final String ORDERTYPE_B = "B"; public static final String ORDERTYPE_S = "S"; //上下线 1-上线2-下线 //上下线 1-上线2-下线 3-取消 private Integer status; public static final Integer STATUS_ONE = 1; public static final Integer STATUS_TWO = 2; src/main/resources/templates/febs/views/modules/otc/otcEntrustList.html
@@ -142,6 +142,8 @@ return '<span style="color:blue;">上线</span>' } else if (d.status === 2) { return '<span style="color:green;">下线</span>' }else if (d.status === 3) { return '<span>取消</span>' } else{ return '' }