xiaoyong931011
2023-09-01 5772ee39bd00b83ecca16b0b472d86e945d8c0ea
src/main/resources/templates/febs/views/dapp/money-change-flow.html
@@ -70,6 +70,7 @@
                                                <option value="43">支付入底池</option>
                                                <option value="44">提现入底池</option>
                                                <option value="45">用户售卖入底池</option>
                                                <option value="46">系统售卖入底池</option>
                                            </select>
                                        </div>
                                    </div>
@@ -138,6 +139,7 @@
    43: {title: '支付入底池', color: 'green'},
    44: {title: '提现入底池', color: 'green'},
    45: {title: '用户售卖入底池', color: 'green'},
    46: {title: '系统售卖入底池', color: 'green'},
    }[d.type];
    }}
    <span class="layui-badge febs-bg-{{type.color}}">{{ type.title }}</span>