แก้คำ
This commit is contained in:
parent
06af1142b1
commit
b1eb3a84e0
5 changed files with 11 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "name",
|
||||
align: "left",
|
||||
label: "ชื่อเรื่อง / เนื้อเรื่อง / หัวข้อการพัฒนา",
|
||||
label: "ชื่อเรื่อง/เนื้อเรื่อง/หัวข้อการพัฒนา",
|
||||
sortable: true,
|
||||
field: "name",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "name",
|
||||
align: "left",
|
||||
label: "ชื่อเรื่อง / เนื้อเรื่อง / หัวข้อการพัฒนา",
|
||||
label: "ชื่อเรื่อง/เนื้อเรื่อง/หัวข้อการพัฒนา",
|
||||
sortable: true,
|
||||
field: "name",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue