Newer
Older
Nanping_sponge_GCYPG / src / views / preassess / calculate / map.js
@liyingjing liyingjing on 25 Oct 2023 304 bytes 工程预评估
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' }]
])