updated text
This commit is contained in:
parent
2519b7939c
commit
b3752f8269
4 changed files with 25 additions and 13 deletions
|
|
@ -81,8 +81,8 @@ const formDetail = reactive<any>({
|
|||
|
||||
/** Option รอบการประเมิน*/
|
||||
const roundOp = ref<DataOptions[]>([
|
||||
{ id: "APR", name: "รอบเมษายน" },
|
||||
{ id: "OCT", name: "รอบตุลาคม" },
|
||||
{ id: "APR", name: "รอบที่ 1 เมษายน" },
|
||||
{ id: "OCT", name: "รอบที่ 2 ตุลาคม" },
|
||||
]);
|
||||
|
||||
function fetchListPlan() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue