export default { height:'auto', calcHeight: 30, tip: false, searchShow: true, searchMenuSpan: 6, border: true, index: true, viewBtn: true, selection: true, dialogClickModal: false, submitBtn:false, emptyBtn:false, column: [ { label: "经办人姓名", prop: "name", type: "input", labelPosition:'left', }, { label: "经办人身份证号", prop: "idCard", type: "input", }, { label: "手机号", prop: "phone", type: "input", }, { label: "通行开始时间", prop: "startTime", type: "input", }, { label: "通行结束时间", prop: "endTime", type: "input", }, { label: "起运机构", prop: "transportDept", type: "input", }, { label: "途径省份", prop: "passProvince", type: "input", }, { label: "出发地", prop: "departure", type: "input", }, { label: "目的地", prop: "destination", type: "input", }, { label: "通行路线", prop: "pathway", type: "input", }, { label: "通行桥涵", prop: "passBirdge", type: "input", }, ] }