#
luxiaotao1123
2024-02-23 8777aeac7a63edab6e8d2b76f5f01826453b1d19
1
2
3
4
5
6
7
8
9
10
export const statusMap = {
    1: {
        color: 'green',
        text: '正常',
    },
    0: {
        color: 'red',
        text: '禁用',
    },
};