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