xiaoyong931011
2023-05-26 57c12d09f1478036f659a718c81a18f7875aeccb
src/main/resources/templates/febs/views/dapp/money-change-flow.html
@@ -28,7 +28,8 @@
                                            <select name="type">
                                                <option value=""></option>
                                                <option value="1">购买节点</option>
                                                <option value="3">直推收益</option>
                                                <option value="2">直推收益</option>
                                                <option value="3">收益</option>
                                            </select>
                                        </div>
                                    </div>
@@ -53,11 +54,12 @@
<script type="text/html" id="flow-type">
    {{#
    var type = {
    1: {title: '购买节点'},
    3: {title: '直推收益'},
    1: {title: '购买节点', color: 'orange'},
    2: {title: '直推收益', color: 'green'},
    3: {title: '收益', color: 'blue'},
    }[d.type];
    }}
    <span>{{ type.title }}</span>
    <span class="layui-badge febs-bg-{{type.color}}">{{ type.title }}</span>
</script>
<script type="text/html" id="status-able">
    {{#