取消显示在检,待检人数

This commit is contained in:
xianyi
2025-12-26 16:22:24 +08:00
parent cfb7c0e492
commit 35172e4a4c

View File

@@ -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> {/* <th className='py-2 text-right'>在检</th>
<th className='py-2 text-right'></th> <th className='py-2 text-right'>待检</th> */}
</tr> </tr>
</thead> </thead>
<tbody> <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.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.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'>{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> </tr>
))} ))}
</tbody> </tbody>