no message
This commit is contained in:
parent
42070d5ccd
commit
9f7643a2ca
3 changed files with 8 additions and 8 deletions
|
|
@ -457,6 +457,12 @@ onMounted(async () => {
|
||||||
<div class="row col-12 q-pb-sm">
|
<div class="row col-12 q-pb-sm">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<q-btn
|
<q-btn
|
||||||
|
v-if="
|
||||||
|
!checkRoutePermisson &&
|
||||||
|
!statusReport &&
|
||||||
|
(typeReport == 'ADD' || typeReport == '' || typeReport == null) &&
|
||||||
|
!statusUpload
|
||||||
|
"
|
||||||
flat
|
flat
|
||||||
round
|
round
|
||||||
color="primary"
|
color="primary"
|
||||||
|
|
@ -856,12 +862,6 @@ onMounted(async () => {
|
||||||
:employeeType="employeeType == 'OFFICER' ? true : false"
|
:employeeType="employeeType == 'OFFICER' ? true : false"
|
||||||
:profile-id="profileId"
|
:profile-id="profileId"
|
||||||
:UpdateListId="UpdateListId"
|
:UpdateListId="UpdateListId"
|
||||||
v-if="
|
|
||||||
!checkRoutePermisson &&
|
|
||||||
!statusReport &&
|
|
||||||
(typeReport == 'ADD' || typeReport == '' || typeReport == null) &&
|
|
||||||
!statusUpload
|
|
||||||
"
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<PopupPersonal
|
<PopupPersonal
|
||||||
|
|
|
||||||
|
|
@ -224,7 +224,7 @@ onMounted(() => {
|
||||||
label="อายุราชการ"
|
label="อายุราชการ"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-sm-9">
|
<div class="col-xs-12 col-sm-9 text-html">
|
||||||
<q-input
|
<q-input
|
||||||
borderless
|
borderless
|
||||||
readonly
|
readonly
|
||||||
|
|
|
||||||
|
|
@ -389,7 +389,7 @@ onMounted(async () => {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-else-if="col.name === 'agency'">
|
<div v-else-if="col.name === 'agency'">
|
||||||
<div class="table_ellipsis">{{ props.row.agency }}</div>
|
<div class="text-html">{{ props.row.agency }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
{{ col.value ?? "-" }}
|
{{ col.value ?? "-" }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue