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