แก้ฟิล fiscalYear
This commit is contained in:
parent
aaff18c94a
commit
01b70ab7a0
2 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ interface DataResult {
|
|||
resultDisciplineType: string; //สถานะ
|
||||
resultTitleType: string; //สถานะ
|
||||
resultOc: string; //สถานะ
|
||||
resultYear: string; //สถานะ
|
||||
fiscalYear: string; //สถานะ
|
||||
createdAt: Date | null; //วันที่ส่งเรื่องสอบสวน
|
||||
}
|
||||
interface DataResultList {
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ export const useDisciplineResultStore = defineStore(
|
|||
"resultDisciplineType",
|
||||
"resultTitleType",
|
||||
"resultOc",
|
||||
"resultYear",
|
||||
"fiscalYear",
|
||||
"status",
|
||||
]);
|
||||
|
||||
|
|
@ -154,11 +154,11 @@ export const useDisciplineResultStore = defineStore(
|
|||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "resultYear",
|
||||
name: "fiscalYear",
|
||||
align: "left",
|
||||
label: "ปีงบประมาณ",
|
||||
sortable: true,
|
||||
field: "resultYear",
|
||||
field: "fiscalYear",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
|
|
@ -281,7 +281,7 @@ export const useDisciplineResultStore = defineStore(
|
|||
resultDisciplineType: e.resultDisciplineType ? e.resultDisciplineType : '-',
|
||||
resultTitleType: e.resultTitleType ? e.resultTitleType : '-',
|
||||
resultOc: e.resultOc ? e.resultOc : '-',
|
||||
resultYear: e.resultYear ? e.resultYear + 543 : '-',
|
||||
fiscalYear: e.fiscalYear ? e.fiscalYear + 543 : '-',
|
||||
}));
|
||||
rows.value = datalist;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue