xiaoyong931011
2023-10-10 6a99e83107428159d321c1b77cb994e0b2f92fe5
src/main/resources/templates/febs/views/modules/chat/chatAmountFlow.html
@@ -25,6 +25,10 @@
                                                <option value="4">转账</option>
                                                <option value="5">创建群聊</option>
                                                <option value="6">系统拨付</option>
                                                <option value="7">团队奖励</option>
                                                <option value="8">集团奖励</option>
                                                <option value="9">中雷补偿</option>
                                                <option value="10">中雷扣除</option>
                                            </select>
                                        </div>
                                    </div>
@@ -64,6 +68,10 @@
    4: {title: '转账', color: 'orange'},
    5: {title: '创建群聊', color: 'green'},
    6: {title: '系统拨付', color: 'blue'},
    7: {title: '团队奖励', color: 'blue'},
    8: {title: '集团奖励', color: 'blue'},
    9: {title: '中雷补偿', color: 'blue'},
    10: {title: '中雷扣除', color: 'blue'},
    }[d.type];
    }}
    <span class="layui-badge febs-bg-{{type.color}}">{{ type.title }}</span>