取消显示在检,待检人数
This commit is contained in:
@@ -202,8 +202,8 @@ export const HomeSection = () => {
|
||||
<th className='py-2 text-right'>已检部位数</th>
|
||||
<th className='py-2 text-right'>总时长</th>
|
||||
<th className='py-2 text-right'>平均时长</th>
|
||||
<th className='py-2 text-right'>在检</th>
|
||||
<th className='py-2 text-right'>待检</th>
|
||||
{/* <th className='py-2 text-right'>在检</th>
|
||||
<th className='py-2 text-right'>待检</th> */}
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -215,8 +215,8 @@ export const HomeSection = () => {
|
||||
<td className='py-2 text-right'>{item.exam_part_count ?? '-'}</td>
|
||||
<td className='py-2 text-right'>{item.total_duration_minutes !== null && item.total_duration_minutes !== undefined ? `${item.total_duration_minutes}分钟` : '-'}</td>
|
||||
<td className='py-2 text-right'>{item.average_duration_minutes !== null && item.average_duration_minutes !== undefined ? `${item.average_duration_minutes}分钟` : '-'}</td>
|
||||
<td className='py-2 text-right'>-</td>
|
||||
<td className='py-2 text-right'>-</td>
|
||||
{/* <td className='py-2 text-right'>-</td>
|
||||
<td className='py-2 text-right'>-</td> */}
|
||||
</tr>
|
||||
))}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user