Newer
Older
Nanping_sponge_GCGL / src / utils / map.js
@liyingjing liyingjing on 25 Oct 125 bytes 海绵工程管理
export const optTextMap = new Map([
  ['add', '新增'],
  ['edit', '编辑'],
  ['view', '查看'],
  ['audit', '审核']
])