แก้คำ
This commit is contained in:
parent
9d10b5563c
commit
c96b0db8c3
1 changed files with 3 additions and 3 deletions
|
|
@ -72,7 +72,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "posNo",
|
||||
align: "left",
|
||||
label: "เลที่ตำแหน่ง",
|
||||
label: "เลขที่ตำแหน่ง",
|
||||
sortable: true,
|
||||
field: "posNo",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
@ -244,8 +244,8 @@ function onSubmitComment() {
|
|||
}
|
||||
|
||||
function onCloseDialog() {
|
||||
isAct.value = false
|
||||
isDirector.value = true
|
||||
isAct.value = false;
|
||||
isDirector.value = true;
|
||||
modalSelect.value = false;
|
||||
modalComment.value = false;
|
||||
isPersonSign.value = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue