diff --git a/src/modules/07_insignia/components/1_Proposals/listProposals.vue b/src/modules/07_insignia/components/1_Proposals/listProposals.vue index bfc27cf7f..511a9c20d 100644 --- a/src/modules/07_insignia/components/1_Proposals/listProposals.vue +++ b/src/modules/07_insignia/components/1_Proposals/listProposals.vue @@ -75,7 +75,7 @@ const columns = ref([ { name: "statusRoyal", align: "center", - label: "สถานะราชกิจจานุเบกษา", + label: "สถานะ", sortable: false, field: "statusRoyal", headerStyle: "font-size: 14px", @@ -108,6 +108,7 @@ const fetchData = async () => { period_isActive: e.period_isActive, period_doc: e.period_doc, period_status: e.period_status.result, + statusRoyal: 'กำลังดำเนินการ' })); }) .catch((e) => { @@ -311,6 +312,13 @@ const paginationLabel = (start: string, end: string, total: string) => { > {{ props.row.period_end }} + + {{ props.row.statusRoyal }} + { @click="clickEdit(props.row)" /> - - - -