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