Administrator
2025-04-28 e5a62f650b84e123a844092a2f446d43ec852e75
src/main/resources/templates/febs/views/modules/votesActivity/orderList.html
@@ -78,6 +78,9 @@
    2: {title: '待使用', color: 'orange'},
    3: {title: '已使用', color: 'green'},
    4: {title: '售后', color: 'red'},
    5: {title: '已评价', color: 'black'},
    6: {title: '删除', color: 'black'},
    7: {title: '已失效', color: 'black'},
    }[d.state];
    }}
    <span class="layui-badge febs-bg-{{state.color}}">{{ state.title }}</span>