updated format code & eslint rule
This commit is contained in:
parent
67c6810def
commit
8a31554f38
102 changed files with 6271 additions and 6164 deletions
|
|
@ -614,7 +614,8 @@ onMounted(async () => {
|
|||
<div class="row text-weight-medium">
|
||||
<div class="col-12 text-grey-7 text-bold">
|
||||
<q-icon name="mdi-label" color="grey-4" class="q-pr-sm" />
|
||||
ผู้ทดลองปฏิบัติหน้าที่ราชการ {{ store.person.name ? store.person.name : "-" }}
|
||||
ผู้ทดลองปฏิบัติหน้าที่ราชการ
|
||||
{{ store.person.name ? store.person.name : "-" }}
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<span class="text-grey-7 text-weight-bold q-pl-lg"
|
||||
|
|
@ -624,7 +625,9 @@ onMounted(async () => {
|
|||
</div>
|
||||
<div class="col-12">
|
||||
<span class="text-grey-7 text-weight-bold q-pl-lg">ระดับตำแหน่ง</span>
|
||||
{{ store.person.positionLevelName ? store.person.positionLevelName : "-" }}
|
||||
{{
|
||||
store.person.positionLevelName ? store.person.positionLevelName : "-"
|
||||
}}
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<span class="text-grey-7 text-weight-bold q-pl-lg">สังกัด</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue