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

@ -16,6 +16,7 @@ const props = withDefaults(
buttonDelete?: boolean;
hidePagination?: boolean;
inTable?: boolean;
hideView?: boolean;
imgColumn?: string;
customColumn?: string[];
@ -100,7 +101,7 @@ defineEmits<{
@click="$emit('delete', props.rowIndex)"
/>
<q-btn
v-if="!buttonDelete"
v-if="!buttonDelete && !hideView"
icon="mdi-eye-outline"
size="sm"
dense