Commit 84776f51 authored by wangxuelai's avatar wangxuelai

Merge remote-tracking branch 'origin/bww-v1' into draw-develop

parents 23c00e71 6038a30f
...@@ -360,13 +360,12 @@ class ClassMgt extends React.Component { ...@@ -360,13 +360,12 @@ class ClassMgt extends React.Component {
}, },
}, },
{ {
title: '启动状态', title: '操作',
dataIndex: 'status', dataIndex: 'status',
key: 'status',
render: (text, record) => { render: (text, record) => {
return ( return (
<div> <div>
<a href="javascript:;" onClick={() => this.handleChooseClass(record)} >选班</a> <a disabled={record.status == 2} href="javascript:;" onClick={() => this.handleChooseClass(record)} >选班</a>
</div> </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