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