Commit 1fa7aee0 by chenshu

fix:修复

parent 30b70caa
......@@ -107,7 +107,7 @@ export default class OfflineCourseData extends React.Component {
dataIndex: "phone",
render: (val, item) => {
return (
<div>{item.phone}</div>
<div>{item.phone || '-'}</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