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