แก้ไขคำผิด

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-18 16:28:02 +07:00
parent a4cf7e029b
commit 302b947a2b
6 changed files with 10 additions and 10 deletions

View file

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

View file

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