export default [ { title: "物料(名称+编码)", key: "wlid", dataIndex: "wlid", }, { title: "规格型号", key: "specificationModel", dataIndex: "specificationModel", }, { title: "牌号", key: "shopSign", dataIndex: "shopSign", }, { title: "铁损", key: "ironLoss", dataIndex: "ironLoss", }, { title: "片厚", key: "sheetThickness", dataIndex: "sheetThickness", }, { title: "其他信息", key: "split", dataIndex: "split", valueType:'split' }, { title: "供应商", key: "supplierId", dataIndex: "supplierId", }, ];