xiaoyong931011
2021-05-18 1aaa39259b1634f990e763b1fb8a8d82e7dbdedf
20210518
2 files modified
4 ■■■ changed files
src/main/java/com/xcong/excoin/modules/otc/entity/OtcEntrustOrderEntity.java 2 ●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/otc/otcEntrustList.html 2 ●●●●● patch | view | raw | blame | history
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 ''
                            }