Commit 610b6631 authored by 前端-彭佳文's avatar 前端-彭佳文

Merge branch 'v2-0418-xxx' into 'v2-220418'

bug修复 See merge request linkseeks-design/pro-platform!197
parents c78e3694 948f98a8
......@@ -55,7 +55,7 @@ export const materialColumns: any[] = [
key: 'materialGroup',
render: (text, record) => {
return (
<div>{record.name}</div>
<div>{record.materialGroup ? record.materialGroup.name : ''}</div>
)
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment