แก้ไขคำผิด

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

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