Commit 0eb159a0 by maolipeng

Merge branch 'feature/zhujian/0726/qwLiving' into dev

parents 61e2ddca 1f387492
...@@ -353,17 +353,6 @@ class SelectOperatorModal extends React.Component { ...@@ -353,17 +353,6 @@ class SelectOperatorModal extends React.Component {
}, },
}, },
{ {
title: '直播方式',
key: 'thirdPartType',
dataIndex: 'thirdPartType',
width: 120,
render: (val, record) => {
return (
<div>{record.thirdPartType === "WECHAT" ? "企微直播":"小麦直播"}</div>
);
},
},
{
title: '学院展示', title: '学院展示',
key: 'shelfState', key: 'shelfState',
dataIndex: 'shelfState', dataIndex: 'shelfState',
......
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