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