fix: hide prop doc check & form

This commit is contained in:
puriphatt 2024-11-28 16:17:39 +07:00
parent 18a533de34
commit 97e76d952b
2 changed files with 12 additions and 2 deletions

View file

@ -536,7 +536,14 @@ watch(
</div>
<!-- type -->
<div class="col-md col-12">
<div
v-if="
prop.fieldName === 'documentCheck' ||
prop.fieldName === 'designForm'
"
class="col-md col-12"
></div>
<div v-else class="col-md col-12">
<q-select
dense
outlined