- แก้ไขข้อความ
- แก้ไขเมนู
This commit is contained in:
parent
a2279a234a
commit
c6d53b22f3
5 changed files with 201 additions and 317 deletions
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue