formConfig.js 228 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 export const formConfig = [ { label: "ShipmentDesc", type: "Input", name: "searchValue", prop: "searchValue", placeholder: "根据ShipmentDesc查询", span: 7, trigger: "blur", // 事件名 }, ];