ll
liukangdong
2024-10-15 1477a1353e96b5620a29c78e2b08647a1a2bc5b7
admin/src/views/platform/config.js
@@ -10,5 +10,17 @@
  8: '异常挂起',
  9: '已授权离园',
  10: '已离园',
  11: '已过号'
  11: '已过号',
  12: '已取消',
}
export const queryQueueUpConfig = {
  formItems: [
    {
      filed: 'carCodeFront',
      type: 'input',
      label: '搜索车辆',
      placeholder: '请输入车牌号'
    },
  ],
  online: true
}