fix(probation):fix min-width columns organization
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m9s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m9s
This commit is contained in:
parent
63e43d2893
commit
6a97b5d9f2
2 changed files with 4 additions and 2 deletions
|
|
@ -1192,11 +1192,13 @@ onMounted(async () => {
|
||||||
</q-item>
|
</q-item>
|
||||||
|
|
||||||
<q-separator />
|
<q-separator />
|
||||||
|
|
||||||
<q-item
|
<q-item
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue