- แก้ไขข้อความ

- แก้ไขเมนู
This commit is contained in:
Warunee Tamkoo 2024-04-19 13:58:58 +07:00
parent a2279a234a
commit c6d53b22f3
5 changed files with 201 additions and 317 deletions

View file

@ -73,10 +73,10 @@ const columns = ref<QTableProps["columns"]>([
{
name: "isActive",
align: "left",
label: "สถานะ",
label: "สถานะ",
sortable: true,
field: "isActive",
format: (val) => (val ? "เปืดรอบ" : "ปิดรอบ"),
format: (val) => (val ? "เปิด" : "ปิดแล้ว"),
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
@ -261,7 +261,7 @@ function onCloseRounde(id: string) {
dialogConfirm(
$q,
() => {
showLoader()
showLoader();
http
.get(config.API.kpiPeriod + `/close/${id}`)
.then(() => {