Newer
Older
Nanping_sponge_GCGL / src / views / project / processControl / completionAcceptance / map.js
@liyingjing liyingjing on 25 Oct 2023 144 bytes 海绵工程管理
export const statusMap = new Map([
  ['start', '开始'],
  ['acceptanceReview', '验收审查'],
  ['submit', '驳回'],
  ['end', '结束']
])