fix: adjust layout
This commit is contained in:
parent
8e173a996f
commit
dedb589b99
2 changed files with 4 additions and 3 deletions
|
|
@ -580,6 +580,7 @@ watch(
|
||||||
watch(
|
watch(
|
||||||
() => formData.value.userType,
|
() => formData.value.userType,
|
||||||
async () => {
|
async () => {
|
||||||
|
if (!infoDrawerEdit.value) return;
|
||||||
formData.value.registrationNo = null;
|
formData.value.registrationNo = null;
|
||||||
formData.value.startDate = null;
|
formData.value.startDate = null;
|
||||||
formData.value.retireDate = null;
|
formData.value.retireDate = null;
|
||||||
|
|
@ -939,7 +940,7 @@ watch(inputSearch, async () => await fetchUserList());
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col scroll q-pa-md full-width">
|
<div class="col scroll q-pa-md full-width column">
|
||||||
<div v-if="userData && userData.total > 0 && !inputSearch">
|
<div v-if="userData && userData.total > 0 && !inputSearch">
|
||||||
<q-table
|
<q-table
|
||||||
flat
|
flat
|
||||||
|
|
|
||||||
|
|
@ -2234,7 +2234,7 @@ watch([inputSearch, currentStatus], async () => {
|
||||||
|
|
||||||
<div
|
<div
|
||||||
v-if="listCustomer.length !== 0"
|
v-if="listCustomer.length !== 0"
|
||||||
class="row justify-between items-center q-px-md"
|
class="row justify-between items-center q-px-md q-py-sm"
|
||||||
>
|
>
|
||||||
<div class="row col-4 items-center">
|
<div class="row col-4 items-center">
|
||||||
<div class="app-text-muted" style="width: 80px">
|
<div class="app-text-muted" style="width: 80px">
|
||||||
|
|
@ -2672,7 +2672,7 @@ watch([inputSearch, currentStatus], async () => {
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="listEmployee.length !== 0"
|
v-if="listEmployee.length !== 0"
|
||||||
class="row justify-between items-center q-px-md"
|
class="row justify-between items-center q-px-md q-py-sm"
|
||||||
>
|
>
|
||||||
<div class="row col-4 items-center">
|
<div class="row col-4 items-center">
|
||||||
<div class="app-text-muted" style="width: 80px">
|
<div class="app-text-muted" style="width: 80px">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue