MrShi
2025-03-12 69a1b3bf45738f048361ee4ccb6bdc64fce35720
admin/src/views/platform/config.js
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,26 @@
export const statusMap = {
  0: '待确认',
  1: '待签到',
  2: '等待叫号',
  3: '入园等待',
  4: '月台等待', // å·²å«å·
  5: '作业中',
  6: '作业完成',
  7: '转移中',
  8: '异常挂起',
  9: '已授权离园',
  10: '已离园',
  11: '已过号',
  12: '已取消'
}
export const queryQueueUpConfig = {
  formItems: [
    {
      filed: 'carCodeFront',
      type: 'input',
      label: '搜索车辆',
      placeholder: '请输入车牌号'
    },
  ],
  online: true
}