no message
This commit is contained in:
parent
a04cc7a2e8
commit
c1341b280b
3 changed files with 4 additions and 4 deletions
|
|
@ -154,7 +154,7 @@ async function getSearch() {
|
|||
posNo: e.posNo ?? "-",
|
||||
position: e.position ?? "-",
|
||||
positionLevel: e.positionLevelName ?? "-",
|
||||
salary: e.salary ?? "-",
|
||||
salary: e.salary ?? "",
|
||||
organization: e.organization ?? "-",
|
||||
phone: e.phone ?? "-",
|
||||
email: e.email ?? "-",
|
||||
|
|
@ -355,7 +355,7 @@ watch(
|
|||
{{ props.prefix }}
|
||||
</div>
|
||||
<div v-else-if="col.name === 'salary'">
|
||||
{{ props.row.salary.toLocaleString() }}
|
||||
{{ props.row.salary ? props.row.salary.toLocaleString():'-' }}
|
||||
</div>
|
||||
<div v-else>
|
||||
{{ col.value }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue