This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-11-25 16:55:40 +07:00
parent b5f54c05a0
commit d72551f90b
2 changed files with 3 additions and 2 deletions

View file

@ -1196,7 +1196,8 @@ onMounted(async () => {
v-if=" v-if="
props.row.statusId === 'UN-CONTAIN' || props.row.statusId === 'UN-CONTAIN' ||
(props.row.statusId === 'PREPARE-CONTAIN' && (props.row.statusId === 'PREPARE-CONTAIN' &&
checkPermission($route)?.attrIsUpdate) checkPermission($route)?.attrIsUpdate &&
!props.row.root)
" "
clickable clickable
v-close-popup v-close-popup

View file

@ -102,7 +102,7 @@ const columns = ref<QTableProps["columns"]>([
label: "สังกัด", label: "สังกัด",
sortable: true, sortable: true,
field: "organization", field: "organization",
headerStyle: "font-size: 14px", headerStyle: "font-size: 14px;min-width: 250px",
style: "font-size: 14px ", style: "font-size: 14px ",
classes: "table_ellipsis", classes: "table_ellipsis",
}, },