แก้ไขคำผิด
This commit is contained in:
parent
a4cf7e029b
commit
302b947a2b
6 changed files with 10 additions and 10 deletions
|
|
@ -39,7 +39,7 @@ const isAPIKey = ref<boolean>(false); //status API Key
|
|||
const apiKey = ref<string>(""); // API Key
|
||||
const options = ref<ListApi[]>([]); //รายการ API ที่เข้าถึงได้
|
||||
|
||||
// form การสร้างรายากร API Key
|
||||
// form การสร้างรายการ API Key
|
||||
const formData = reactive<FormCreate>({
|
||||
name: "", //ชื่อ/คำอธิบาย
|
||||
apiId: [], //id รายการ API ที่เข้าถึงได้
|
||||
|
|
|
|||
|
|
@ -301,11 +301,11 @@ onMounted(async () => {
|
|||
map-options
|
||||
v-model="apiNameId"
|
||||
:options="options"
|
||||
label="รายากร Web Services"
|
||||
label="รายการ Web Services"
|
||||
use-input
|
||||
hide-selected
|
||||
fill-input
|
||||
:clearable="apiNameId !==''"
|
||||
:clearable="apiNameId !== ''"
|
||||
@clear="(apiNameId = ''), (options = dataApiName)"
|
||||
@update:modelValue="onSelectType"
|
||||
@filter="(inputValue: string,doneFn: Function) => filterSelector(inputValue, doneFn )"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue