dev_forum
hjm 6 years ago
parent 0a259e05b4
commit 66589908d0

@ -303,7 +303,7 @@ function buildColumns(that, student_works) {
key: 'operation',
dataIndex: 'operation',
render: (operation, record) => (
record.work_status === 0 ? <span style={{ color: '#747A7F' }}>--</span>:
record.work_status === 0 && !isAdmin ? <span style={{ color: '#747A7F' }}>--</span>:
<div>
{/* 0 未提交 */}
{/*<React.Fragment>*/}

Loading…
Cancel
Save