export const standardMap = new Map([ [0, { text: '否', type: 'danger' }], [1, { text: '是', type: 'success' }] ]) export const statusMap = new Map([ ['0', { text: '测算中', type: 'warning' }], ['1', { text: '测算中', type: 'warning' }], ['2', { text: '已提交', type: 'success' }] ])