fix: hide prop doc check & form
This commit is contained in:
parent
18a533de34
commit
97e76d952b
2 changed files with 12 additions and 2 deletions
|
|
@ -128,7 +128,10 @@ defineEmits<{
|
|||
<main class="q-px-md q-py-sm" :class="{ row: $q.screen.gt.sm }">
|
||||
<section class="col-7" :class="{ 'q-pr-sm': $q.screen.gt.sm }">
|
||||
<span
|
||||
v-for="(prop, i) in propertiesToShow"
|
||||
v-for="(prop, i) in propertiesToShow.filter(
|
||||
(v) =>
|
||||
v.fieldName !== 'documentCheck' && v.fieldName !== 'designForm',
|
||||
)"
|
||||
:key="i"
|
||||
class="row items-center q-pb-sm"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue