jiangping
2024-09-11 8e66b240b0f2bde4545a5ce737df7e69c93c0e79
admin/src/views/platform/config.js
@@ -12,3 +12,14 @@
  10: '已离园',
  11: '已过号'
}
export const queryQueueUpConfig = {
  formItems: [
    {
      filed: 'carCodeFront',
      type: 'input',
      label: '搜索车辆',
      placeholder: '请输入车牌号'
    },
  ],
  online: true
}