fix bug => บันทึกผลการได้รับพระราชทานเครื่องราชอิสริยาภรณ์/การจ่ายใบกำกับ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-31 10:23:41 +07:00
parent a65c29625a
commit 4e368241aa
3 changed files with 4 additions and 10 deletions

View file

@ -69,12 +69,6 @@ const dataModal = ref<DataPerson>(); //ช้อมูลที่ต้อง
const filterRef = ref<QInput>();
const filter = ref<string>("");
const columns = ref<QTableProps["columns"]>([
// {
// name: "action",
// align: "left",
// label: "",
// field: "",
// },
{
name: "no",
align: "left",
@ -229,7 +223,6 @@ const visibleColumns = ref<String[]>([
"dateReceive",
"date",
"employeeType",
" ",
"section",
"page",
"number",
@ -909,7 +902,8 @@ onMounted(() => {
<q-btn
v-if="
checkPermission($route)?.attrIsGet &&
checkPermission($route)?.attrIsUpdate
checkPermission($route)?.attrIsUpdate &&
props.row.statusMain === 'DONE'
"
flat
round