แก้ไขคำผิด

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

@ -145,7 +145,7 @@ async function editData(id: string) {
} }
/** /**
* ไปยงหน รายกรเขต/อำเภอ โดย id ของจงหว * ไปยงหน รายรเขต/อำเภอ โดย id ของจงหว
* @param id งหว * @param id งหว
*/ */
function nextPage(id: string) { function nextPage(id: string) {

View file

@ -169,7 +169,7 @@ async function editData(id: string) {
} }
/** /**
* ไปยงหน รายกรเแขวง/ตำบลโดย id ของเขต/อำเภอ * ไปยงหน รายรเแขวง/ตำบลโดย id ของเขต/อำเภอ
* @param idSub เขต/อำเภอ * @param idSub เขต/อำเภอ
*/ */
function nextPage(idSub: string) { function nextPage(idSub: string) {

View file

@ -95,7 +95,7 @@ const visibleColumns = ref<string[]>([
const id = ref<string>(route.params.id as string); // / const id = ref<string>(route.params.id as string); // /
const rows = ref<FormSubDistrict[]>([]); // / const rows = ref<FormSubDistrict[]>([]); // /
const rowsMain = ref<FormSubDistrict[]>([]); // / const rowsMain = ref<FormSubDistrict[]>([]); // /
const editId = ref<string>(""); // id / const editId = ref<string>(""); // id /
const filterKeyword = ref<string>(""); // const filterKeyword = ref<string>(""); //
const dialog = ref<boolean>(false); // , const dialog = ref<boolean>(false); // ,
const subDistrict = ref<string>(""); // / ; const subDistrict = ref<string>(""); // / ;

View file

@ -16,8 +16,8 @@ const { showLoader, hideLoader, messageError, date2Thai, onSearchDataTable } =
useCounterMixin(); useCounterMixin();
// Table // Table
const rows = ref<RowListForm[]>([]); // const rows = ref<RowListForm[]>([]); //
const rowsMain = ref<RowListForm[]>([]); // const rowsMain = ref<RowListForm[]>([]); //
const filterKeyword = ref<string>(""); // const filterKeyword = ref<string>(""); //
const visibleColumns = ref<string[]>([ const visibleColumns = ref<string[]>([
"no", "no",
@ -117,14 +117,14 @@ async function getData() {
} }
/** /**
* เป popup เพอเพมขอมลรายกรตำแหนงทางการบรหาร * เป popup เพอเพมขอมลรายรตำแหนงทางการบรหาร
*/ */
function popUpAdd() { function popUpAdd() {
modalPosExecutive.value = true; modalPosExecutive.value = true;
} }
/** /**
* เป popup เพอแกไขขอมลรายกรตำแหนงทางการบรหาร * เป popup เพอแกไขขอมลรายรตำแหนงทางการบรหาร
* @param data อมลรายการตำแหนงทางการบรหารทองการแกไข * @param data อมลรายการตำแหนงทางการบรหารทองการแกไข
*/ */
function editPopUp(data: RowListForm) { function editPopUp(data: RowListForm) {

View file

@ -39,7 +39,7 @@ const isAPIKey = ref<boolean>(false); //status API Key
const apiKey = ref<string>(""); // API Key const apiKey = ref<string>(""); // API Key
const options = ref<ListApi[]>([]); // API const options = ref<ListApi[]>([]); // API
// form API Key // form API Key
const formData = reactive<FormCreate>({ const formData = reactive<FormCreate>({
name: "", /// name: "", ///
apiId: [], //id API apiId: [], //id API

View file

@ -301,11 +301,11 @@ onMounted(async () => {
map-options map-options
v-model="apiNameId" v-model="apiNameId"
:options="options" :options="options"
label="รายกร Web Services" label="รายร Web Services"
use-input use-input
hide-selected hide-selected
fill-input fill-input
:clearable="apiNameId !==''" :clearable="apiNameId !== ''"
@clear="(apiNameId = ''), (options = dataApiName)" @clear="(apiNameId = ''), (options = dataApiName)"
@update:modelValue="onSelectType" @update:modelValue="onSelectType"
@filter="(inputValue: string,doneFn: Function) => filterSelector(inputValue, doneFn )" @filter="(inputValue: string,doneFn: Function) => filterSelector(inputValue, doneFn )"