const config = { type_id: { title: '类型', isok: true, api: 'getStoreType', unit: '', }, area_id: { title: '会场面积', isok: false, api: 'getAreaDict', unit: '㎡', }, attendance_id: { title: '容纳人数', isok: false, api: 'attendance', unit: '人', }, store_spec_id: { title: '场地特色', isok: true, api: 'getStoreSpec', unit: '', }, } const formData = { store_name: "", //店铺名称 store_city: "2", store_city_name: '北京市', type_id: "0", type_id_title: "", area_id: "0", area_id_title: "", attendance_id: "0", attendance_id_title: "", store_spec_id: "0", store_spec_id_title: "", status: "1", page: 1, size: 10 } export { config, formData, }