(req)
| 1403 | }, |
| 1404 | |
| 1405 | labelLinkMode(req) { |
| 1406 | if (req.transmission_method === 'direct') return '直连'; |
| 1407 | if (req.transmission_method === 'relay') return '中继'; |
| 1408 | if (req.transmission_method === 'multi_relay') return '多跳'; |
| 1409 | return '-'; |
| 1410 | }, |
| 1411 | |
| 1412 | // ── 甘特图辅助方法 ──────────────────────────────────────────────── |
| 1413 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected