fixing word
This commit is contained in:
parent
d9f519db39
commit
cc6c038218
1 changed files with 3 additions and 3 deletions
|
|
@ -74,7 +74,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "apiName",
|
||||
align: "left",
|
||||
label: "API Request",
|
||||
label: "API ที่เข้าถึง",
|
||||
sortable: false,
|
||||
field: "apiName",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
@ -95,7 +95,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "apiKey",
|
||||
align: "left",
|
||||
label: " คน request",
|
||||
label: "ผู้ร้องขอ",
|
||||
sortable: false,
|
||||
field: "apiKey",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
@ -104,7 +104,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "ipApi",
|
||||
align: "left",
|
||||
label: " IP",
|
||||
label: " IP Address",
|
||||
sortable: false,
|
||||
field: "ipApi",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue