feat: update DialogProperties to include messenger and duty fields in check
This commit is contained in:
parent
022bbd65d9
commit
802f84548d
1 changed files with 3 additions and 1 deletions
|
|
@ -539,7 +539,9 @@ watch(
|
|||
<div
|
||||
v-if="
|
||||
prop.fieldName === 'documentCheck' ||
|
||||
prop.fieldName === 'designForm'
|
||||
prop.fieldName === 'designForm' ||
|
||||
prop.fieldName === 'messenger' ||
|
||||
prop.fieldName === 'duty'
|
||||
"
|
||||
class="col-md col-12"
|
||||
></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue