songshankun
2023-10-28 2f37d51bd79026d64ad493de1eef817eb16aeb5b
src/common/constants/index.ts
@@ -1,3 +1,18 @@
// 本文件放置公共常量定义/公共配置等
export {}
export const TASK_STATUS_MAP = {
  1: '未生产',
  2: '生产中',
  3: '生产完成'
}
export const CHANNEL_NAME_MAP: { [channel: number]: string } = {
  0: '0',
  1: 'A',
  2: 'B',
  3: 'C',
  4: 'D',
  5: 'E',
  6: 'F',
  7: 'G'
}