แก้ไขคำผิด

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 งหว
*/
function nextPage(id: string) {

View file

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

View file

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

View file

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