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",
|
name: "apiName",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "API Request",
|
label: "API ที่เข้าถึง",
|
||||||
sortable: false,
|
sortable: false,
|
||||||
field: "apiName",
|
field: "apiName",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
@ -95,7 +95,7 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "apiKey",
|
name: "apiKey",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: " คน request",
|
label: "ผู้ร้องขอ",
|
||||||
sortable: false,
|
sortable: false,
|
||||||
field: "apiKey",
|
field: "apiKey",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
@ -104,7 +104,7 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "ipApi",
|
name: "ipApi",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: " IP",
|
label: " IP Address",
|
||||||
sortable: false,
|
sortable: false,
|
||||||
field: "ipApi",
|
field: "ipApi",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue