แก้คำ

This commit is contained in:
setthawutttty 2025-02-03 14:07:42 +07:00
parent 06af1142b1
commit b1eb3a84e0
5 changed files with 11 additions and 7 deletions

View file

@ -245,7 +245,7 @@ onMounted(() => {
class="bg-white row col-12 text-dark q-pa-md"
>
<div class="row items-center full-width">
<div v-if="store.dataEvaluation.isReject == true" class="col-12 q-pb-sm q-gutter-sm">
<div v-if="store.dataEvaluation.isReject == true && store.tabMain == '1'" class="col-12 q-pb-sm q-gutter-sm">
<q-banner
inline-actions
bordered
@ -431,7 +431,7 @@ onMounted(() => {
/>
<Work
v-model:data="rows_03"
:title="`3. งานอื่นๆ ที่ได้รับมอบหมาย`"
:title="`3. งานอื่น ๆ ที่ได้รับมอบหมาย`"
:page="3"
:fetchList="fetchAssigned"
:total="totalResults3"

View file

@ -185,7 +185,9 @@ function fetchRoleByid(id: string) {
formDetail.documentInfoEvidence = data.documentInfoEvidence;
formDetail.startDate = data.startDate;
formDetail.endDate = data.endDate;
formDetail.nodeName = data.nodeName;
formDetail.includingName = data.includingName;
formDetail.including = data.including;
listCheckID.value = data.kpiRoleId;
})
.catch((err) => {
@ -246,6 +248,8 @@ function fetchspecialByid(id: string) {
formDetail.documentInfoEvidence = data.documentInfoEvidence;
formDetail.startDate = data.startDate;
formDetail.endDate = data.endDate;
listCheckID.value = data.kpiSpecialId;
})
.catch((err) => {
messageError($q, err);

View file

@ -456,11 +456,11 @@ watch(
v-model="formData.name"
outlined
dense
:rules="[(val:string) => !!val || `${'กรุณากรอกชื่อเรื่อง / เนื้อเรื่อง / หัวข้อการพัฒนา'}`,]"
:rules="[(val:string) => !!val || `${'กรุณากรอกชื่อเรื่อง/เนื้อเรื่อง/หัวข้อการพัฒนา'}`,]"
lazy-rules
hide-bottom-space
class="inputgreen"
label="ชื่อเรื่อง / เนื้อเรื่อง / หัวข้อการพัฒนา"
label="ชื่อเรื่อง/เนื้อเรื่อง/หัวข้อการพัฒนา"
>
</q-input>
</div>

View file

@ -25,7 +25,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "name",
align: "left",
label: "ชื่อเรื่อง / เนื้อเรื่อง / หัวข้อการพัฒนา",
label: "ชื่อเรื่อง/เนื้อเรื่อง/หัวข้อการพัฒนา",
sortable: true,
field: "name",
headerStyle: "font-size: 14px",

View file

@ -73,7 +73,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "name",
align: "left",
label: "ชื่อเรื่อง / เนื้อเรื่อง / หัวข้อการพัฒนา",
label: "ชื่อเรื่อง/เนื้อเรื่อง/หัวข้อการพัฒนา",
sortable: true,
field: "name",
headerStyle: "font-size: 14px",