no message
This commit is contained in:
parent
a04cc7a2e8
commit
c1341b280b
3 changed files with 4 additions and 4 deletions
|
|
@ -815,7 +815,7 @@ const getClass = (val: boolean) => {
|
|||
<template>
|
||||
<q-card>
|
||||
<q-form greedy @submit.prevent @validation-success="onSubmit">
|
||||
<q-card-section style="max-height: 50vh">
|
||||
<q-card-section>
|
||||
<!-- Main -->
|
||||
<div class="row col-12 q-col-gutter-x-lg q-col-gutter-y-md">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
|
|
|
|||
|
|
@ -574,7 +574,7 @@ onMounted(() => {
|
|||
{{ props.row.organization }}
|
||||
</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