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">
|
||||
<q-btn
|
||||
v-if="
|
||||
!checkRoutePermisson &&
|
||||
!statusReport &&
|
||||
(typeReport == 'ADD' || typeReport == '' || typeReport == null) &&
|
||||
!statusUpload
|
||||
"
|
||||
flat
|
||||
round
|
||||
color="primary"
|
||||
|
|
@ -856,12 +862,6 @@ onMounted(async () => {
|
|||
:employeeType="employeeType == 'OFFICER' ? true : false"
|
||||
:profile-id="profileId"
|
||||
:UpdateListId="UpdateListId"
|
||||
v-if="
|
||||
!checkRoutePermisson &&
|
||||
!statusReport &&
|
||||
(typeReport == 'ADD' || typeReport == '' || typeReport == null) &&
|
||||
!statusUpload
|
||||
"
|
||||
/>
|
||||
|
||||
<PopupPersonal
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@ onMounted(() => {
|
|||
label="อายุราชการ"
|
||||
/>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-9">
|
||||
<div class="col-xs-12 col-sm-9 text-html">
|
||||
<q-input
|
||||
borderless
|
||||
readonly
|
||||
|
|
|
|||
|
|
@ -389,7 +389,7 @@ onMounted(async () => {
|
|||
</div>
|
||||
|
||||
<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 v-else>
|
||||
{{ col.value ?? "-" }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue