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