fix
This commit is contained in:
parent
2709fff7ea
commit
abc92a3210
1 changed files with 1 additions and 1 deletions
|
|
@ -847,7 +847,7 @@ export class AssignController extends Controller {
|
||||||
chairmanData.fullname +
|
chairmanData.fullname +
|
||||||
" " +
|
" " +
|
||||||
(chairmanData.position
|
(chairmanData.position
|
||||||
? `(${chairmanData.position},${chairmanData.posLevel})`
|
? `(${chairmanData.position}${chairmanData.posLevel})`
|
||||||
: ""),
|
: ""),
|
||||||
Position: chairmanData.position + chairmanData.posLevel, // report
|
Position: chairmanData.position + chairmanData.posLevel, // report
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue