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