แก้ข้อความบันทึกผลระบบพัฒนา
This commit is contained in:
parent
24a69ba9d3
commit
a2e4ecd0cb
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ const baseColumns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "isDone",
|
name: "isDone",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "บันทึกที่ทะเบียนประวัติแล้ว",
|
label: "ลงทะเบียนประวัติ",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "isDone",
|
field: "isDone",
|
||||||
headerStyle: "font-size: 14px; width: 50px;",
|
headerStyle: "font-size: 14px; width: 50px;",
|
||||||
|
|
@ -32,7 +32,7 @@ const baseColumns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "isDoneIDP",
|
name: "isDoneIDP",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "บันทึก IDP ที่ทะเบียนประวัติแล้ว",
|
label: "IDP ลงทะเบียนประวัติ",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "isDoneIDP",
|
field: "isDoneIDP",
|
||||||
headerStyle: "font-size: 14px; width: 50px;",
|
headerStyle: "font-size: 14px; width: 50px;",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue