ปรับเมนู และเพิ่ม UI ผลงาน
This commit is contained in:
parent
b53765a469
commit
38aa872064
11 changed files with 609 additions and 74 deletions
|
|
@ -154,7 +154,7 @@ const thaiOptions: Intl.DateTimeFormatOptions = {
|
|||
};
|
||||
|
||||
function onInfo() {
|
||||
router.push(`/registry`);
|
||||
router.push(`/retire`);
|
||||
}
|
||||
</script>
|
||||
<!-- โครงเว็บ -->
|
||||
|
|
@ -362,7 +362,7 @@ function onInfo() {
|
|||
</q-item>
|
||||
</template>
|
||||
<q-list>
|
||||
<q-item clickable v-close-popup @click="onInfo">
|
||||
<!-- <q-item clickable v-close-popup @click="onInfo">
|
||||
<q-item-section avatar style="min-width: 30px">
|
||||
<q-icon
|
||||
color="blue-9"
|
||||
|
|
@ -375,6 +375,18 @@ function onInfo() {
|
|||
>ข้อมูลทะเบียนประวัติ</q-item-label
|
||||
></q-item-section
|
||||
>
|
||||
</q-item> -->
|
||||
<q-item clickable v-close-popup @click="onInfo">
|
||||
<q-item-section avatar style="min-width: 30px">
|
||||
<q-icon
|
||||
color="red-9"
|
||||
size="18px"
|
||||
name="mdi-account-remove-outline"
|
||||
/>
|
||||
</q-item-section>
|
||||
<q-item-section
|
||||
><q-item-label>ขอลาออก</q-item-label></q-item-section
|
||||
>
|
||||
</q-item>
|
||||
|
||||
<q-item clickable v-close-popup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue