fix
This commit is contained in:
@@ -660,7 +660,6 @@ const PersonnelInfoTable = ({transRoutes, showCompletedInfo,
|
||||
<CSVLink className="btn btn-primary btn-no-deco btn-sm me-2" data={generateRouteReportData()} filename={`Route Report - ${transRoutes[0].name} (定线出车单)`}>
|
||||
Generate Route Reports
|
||||
</CSVLink>
|
||||
{transRoutes[0].type === 'inbound' && <button className="btn btn-primary btn-sm me-2" onClick={() => generateSeniorTimeReport()}>Generate Participants Time Reports</button>}
|
||||
<button className="btn btn-primary btn-sm me-2" onClick={() => goToReportWithSignature()}>Get Route Report With Signature</button>
|
||||
<button className="btn btn-primary btn-sm" onClick={() => openBulkUpdateModal()}>Bulk Update Route Customer Time</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user