+
{
/>
{
@@ -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);
diff --git a/src/modules/08_KPI/components/Tab/Dialog/DialogDevelop.vue b/src/modules/08_KPI/components/Tab/Dialog/DialogDevelop.vue
index 19841c4..f73776a 100644
--- a/src/modules/08_KPI/components/Tab/Dialog/DialogDevelop.vue
+++ b/src/modules/08_KPI/components/Tab/Dialog/DialogDevelop.vue
@@ -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="ชื่อเรื่อง/เนื้อเรื่อง/หัวข้อการพัฒนา"
>
diff --git a/src/modules/08_KPI/components/Tab/DialogEvaluate/03_DialogEvalutionDevelop.vue b/src/modules/08_KPI/components/Tab/DialogEvaluate/03_DialogEvalutionDevelop.vue
index 88af0dd..8da6605 100644
--- a/src/modules/08_KPI/components/Tab/DialogEvaluate/03_DialogEvalutionDevelop.vue
+++ b/src/modules/08_KPI/components/Tab/DialogEvaluate/03_DialogEvalutionDevelop.vue
@@ -25,7 +25,7 @@ const columns = ref
([
{
name: "name",
align: "left",
- label: "ชื่อเรื่อง / เนื้อเรื่อง / หัวข้อการพัฒนา",
+ label: "ชื่อเรื่อง/เนื้อเรื่อง/หัวข้อการพัฒนา",
sortable: true,
field: "name",
headerStyle: "font-size: 14px",
diff --git a/src/modules/08_KPI/components/Tab/Topic/03_Develop.vue b/src/modules/08_KPI/components/Tab/Topic/03_Develop.vue
index 7469a0b..b8b9e6b 100644
--- a/src/modules/08_KPI/components/Tab/Topic/03_Develop.vue
+++ b/src/modules/08_KPI/components/Tab/Topic/03_Develop.vue
@@ -73,7 +73,7 @@ const columns = ref([
{
name: "name",
align: "left",
- label: "ชื่อเรื่อง / เนื้อเรื่อง / หัวข้อการพัฒนา",
+ label: "ชื่อเรื่อง/เนื้อเรื่อง/หัวข้อการพัฒนา",
sortable: true,
field: "name",
headerStyle: "font-size: 14px",