แก้คำ
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"
|
class="bg-white row col-12 text-dark q-pa-md"
|
||||||
>
|
>
|
||||||
<div class="row items-center full-width">
|
<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
|
<q-banner
|
||||||
inline-actions
|
inline-actions
|
||||||
bordered
|
bordered
|
||||||
|
|
@ -431,7 +431,7 @@ onMounted(() => {
|
||||||
/>
|
/>
|
||||||
<Work
|
<Work
|
||||||
v-model:data="rows_03"
|
v-model:data="rows_03"
|
||||||
:title="`3. งานอื่นๆ ที่ได้รับมอบหมาย`"
|
:title="`3. งานอื่น ๆ ที่ได้รับมอบหมาย`"
|
||||||
:page="3"
|
:page="3"
|
||||||
:fetchList="fetchAssigned"
|
:fetchList="fetchAssigned"
|
||||||
:total="totalResults3"
|
:total="totalResults3"
|
||||||
|
|
|
||||||
|
|
@ -185,7 +185,9 @@ function fetchRoleByid(id: string) {
|
||||||
formDetail.documentInfoEvidence = data.documentInfoEvidence;
|
formDetail.documentInfoEvidence = data.documentInfoEvidence;
|
||||||
formDetail.startDate = data.startDate;
|
formDetail.startDate = data.startDate;
|
||||||
formDetail.endDate = data.endDate;
|
formDetail.endDate = data.endDate;
|
||||||
|
formDetail.nodeName = data.nodeName;
|
||||||
|
formDetail.includingName = data.includingName;
|
||||||
|
formDetail.including = data.including;
|
||||||
listCheckID.value = data.kpiRoleId;
|
listCheckID.value = data.kpiRoleId;
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
|
@ -246,6 +248,8 @@ function fetchspecialByid(id: string) {
|
||||||
formDetail.documentInfoEvidence = data.documentInfoEvidence;
|
formDetail.documentInfoEvidence = data.documentInfoEvidence;
|
||||||
formDetail.startDate = data.startDate;
|
formDetail.startDate = data.startDate;
|
||||||
formDetail.endDate = data.endDate;
|
formDetail.endDate = data.endDate;
|
||||||
|
|
||||||
|
listCheckID.value = data.kpiSpecialId;
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
messageError($q, err);
|
messageError($q, err);
|
||||||
|
|
|
||||||
|
|
@ -456,11 +456,11 @@ watch(
|
||||||
v-model="formData.name"
|
v-model="formData.name"
|
||||||
outlined
|
outlined
|
||||||
dense
|
dense
|
||||||
:rules="[(val:string) => !!val || `${'กรุณากรอกชื่อเรื่อง / เนื้อเรื่อง / หัวข้อการพัฒนา'}`,]"
|
:rules="[(val:string) => !!val || `${'กรุณากรอกชื่อเรื่อง/เนื้อเรื่อง/หัวข้อการพัฒนา'}`,]"
|
||||||
lazy-rules
|
lazy-rules
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="inputgreen"
|
class="inputgreen"
|
||||||
label="ชื่อเรื่อง / เนื้อเรื่อง / หัวข้อการพัฒนา"
|
label="ชื่อเรื่อง/เนื้อเรื่อง/หัวข้อการพัฒนา"
|
||||||
>
|
>
|
||||||
</q-input>
|
</q-input>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "ชื่อเรื่อง / เนื้อเรื่อง / หัวข้อการพัฒนา",
|
label: "ชื่อเรื่อง/เนื้อเรื่อง/หัวข้อการพัฒนา",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "name",
|
field: "name",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "ชื่อเรื่อง / เนื้อเรื่อง / หัวข้อการพัฒนา",
|
label: "ชื่อเรื่อง/เนื้อเรื่อง/หัวข้อการพัฒนา",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "name",
|
field: "name",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue