fixing word

This commit is contained in:
Warunee Tamkoo 2024-12-11 09:50:29 +07:00
parent d9f519db39
commit cc6c038218

View file

@ -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",