Change department to position

This commit is contained in:
2026-03-02 14:02:16 +08:00
parent 76d5cdf542
commit 11f3eda668
4 changed files with 26 additions and 21 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ function PublicQueryPage() {
{serialType === 'employee' && (result as EmployeeSerialResult).department && (
<>
<div className="detail-item">
<span className="label"></span>
<span className="label"></span>
<span className="value">{(result as EmployeeSerialResult).department}</span>
</div>
<div className="detail-item">