UI ระบบพัฒนา เมนูประวัติฝึกอบรม/ดูงาน ขรก

This commit is contained in:
STW_TTTY\stwtt 2024-04-02 10:25:43 +07:00
parent 0e63cefa5d
commit a11bdf7e19
4 changed files with 92 additions and 6 deletions

View file

@ -75,7 +75,7 @@ onMounted(() => {
});
</script>
<template>
<q-form greedy @submit.prevent @validation-success="onSubmit">
<div class="row q-pa-md q-col-gutter-sm">
<div class="col-12">
<span class="text-weight-medium text-body1">ระยะเวลาดำเนนการ</span>
@ -312,7 +312,6 @@ onMounted(() => {
<q-tooltip>นทกขอม</q-tooltip>
</q-btn>
</div>
</q-form>
</template>
<style scoped></style>