Added missing file
这个提交包含在:
		
							父节点
							
								
									10d6add8e1
								
							
						
					
					
						当前提交
						5d496da217
					
				
					共有  1 个文件被更改,包括 5 次插入 和 5 次删除
				
			
		|  | @ -753,22 +753,22 @@ class QSO | |||
| 
 | ||||
| 	public function getDXCC(): string | ||||
| 	{ | ||||
| 		return $this->dxcc; | ||||
| 		return '<span id="dxcc">' . $this->dxcc . '</span>'; | ||||
| 	} | ||||
| 
 | ||||
| 	public function getCqzone(): string | ||||
| 	{ | ||||
| 		return $this->cqzone; | ||||
| 		return '<span id="cqzone">' . $this->cqzone . '</span>'; | ||||
| 	} | ||||
| 
 | ||||
| 	public function getState(): string | ||||
| 	{ | ||||
| 		return $this->state; | ||||
| 		return '<span id="state">' . $this->state . '</span>'; | ||||
| 	} | ||||
| 
 | ||||
| 	public function getIOTA(): string | ||||
| 	{ | ||||
| 		return $this->iota; | ||||
| 		return '<span id="iota">' . $this->iota . '</span>'; | ||||
| 	} | ||||
| 
 | ||||
| 	public function toArray(): array | ||||
|  | @ -777,7 +777,7 @@ class QSO | |||
| 			'qsoID' => $this->qsoID, | ||||
| 			'qsoDateTime' => $this->qsoDateTime, | ||||
| 			'de' => $this->de, | ||||
| 			'dx' => $this->dx, | ||||
| 			'dx' => $this->getDx(), | ||||
| 			'mode' => $this->getFormattedMode(), | ||||
| 			'rstS' => $this->rstS, | ||||
| 			'rstR' => $this->rstR, | ||||
|  |  | |||
		正在加载…
	
		在新工单中引用