แก้ชื่อ

This commit is contained in:
setthawutttty 2024-02-20 16:33:34 +07:00
parent ef998d3e84
commit 24f2cfc57b
2 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
<!-- card ใบประกอบวชาช -->
<!-- card ใบอนญาตประกอบวชาช -->
<template>
<q-card flat bordered class="col-12 q-px-lg q-py-md q-mt-md">
<q-form ref="myForm">
@ -11,7 +11,7 @@
v-model:inputvisible="visibleColumns"
:add="clickAdd"
:name="
profileType == 'employee' ? 'ใบอนุญาตของลูกจ้าง' : 'ใบประกอบวิชาชีพ'
profileType == 'employee' ? 'ใบอนุญาตของลูกจ้าง' : 'ใบอนุญาตประกอบวิชาชีพ'
"
icon="mdi-book"
:statusEdit="statusEdit"
@ -45,7 +45,7 @@
icon="mdi-history"
@click="clickHistory(props.row)"
>
<q-tooltip>ประวแกไขใบประกอบวชาช</q-tooltip>
<q-tooltip>ประวแกไขใบอนญาตประกอบวชาช</q-tooltip>
</q-btn>
</q-td>
</q-tr>
@ -59,7 +59,7 @@
<q-form ref="myForm">
<DialogHeader
:tittle="
profileType == 'employee' ? 'ใบอนุญาตของลูกจ้าง' : 'ใบประกอบวิชาชีพ'
profileType == 'employee' ? 'ใบอนุญาตของลูกจ้าง' : 'ใบอนุญาตประกอบวิชาชีพ'
"
:close="clickClose"
/>
@ -329,7 +329,7 @@ const previous = ref<boolean>(); //แสดงปุ่มดูข้อมู
const next = ref<boolean>(); //
const editRow = ref<boolean>(false); //
const rowsHistory = ref<RequestItemsObject[]>([]); //select data history
const tittleHistory = ref<string>("ประวัติแก้ไขใบประกอบวิชาชีพ"); //
const tittleHistory = ref<string>("ประวัติแก้ไขใบอนุญาตประกอบวิชาชีพ"); //
const filterHistory = ref<string>(""); //search data table history
const modalHistory = ref<boolean>(false); //modal
const checkValidate = ref<boolean>(false); //validate data
@ -796,7 +796,7 @@ const clickHistory = async (row: RequestItemsObject) => {
tittleHistory.value =
props.profileType == "employee"
? "ประวัติแก้ไขใบอนุญาตของลูกจ้าง"
: "ประวัติแก้ไขใบประกอบวิชาชีพ";
: "ประวัติแก้ไขใบอนุญาตประกอบวิชาชีพ";
modalHistory.value = true;
showLoader();
await http