|
|
|
@ -178,6 +178,7 @@ class CommonWorkItem extends Component{
|
|
|
|
|
item.status_time!="" &&
|
|
|
|
|
<Tooltip title={ item.status.indexOf('提交中') != -1 ? '提交剩余时间' :
|
|
|
|
|
item.status.indexOf('补交中') != -1 ? '补交剩余时间' :
|
|
|
|
|
item.status.indexOf('申诉中') != -1 ? '申诉剩余时间' :
|
|
|
|
|
item.status.indexOf('匿评中') != -1 ? '匿评剩余时间' :
|
|
|
|
|
item.status.indexOf('匿评申诉中') != -1 ? '匿评申诉剩余时间' : ''}>
|
|
|
|
|
<span className="mr20 fl">{item.status_time}</span>
|
|
|
|
|