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