xiaoyong931011
2023-08-21 92e66aaa7c3643e2497dfef0d031a9eb8e76e184
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>