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