fix: readonly quotation info

This commit is contained in:
puriphatt 2024-10-17 18:05:45 +07:00
parent 4878e5f751
commit 8f069de610
3 changed files with 6 additions and 2 deletions

View file

@ -92,7 +92,8 @@ const columns = [
<TableComponents
flat
bordered
:button-delete="!checkable"
hideView
:button-delete="!checkable && !readonly"
img-column="employeeName"
:readonly="readonly"
:inTable