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
|
<div
|
||||||
v-if="
|
v-if="
|
||||||
prop.fieldName === 'documentCheck' ||
|
prop.fieldName === 'documentCheck' ||
|
||||||
prop.fieldName === 'designForm'
|
prop.fieldName === 'designForm' ||
|
||||||
|
prop.fieldName === 'messenger' ||
|
||||||
|
prop.fieldName === 'duty'
|
||||||
"
|
"
|
||||||
class="col-md col-12"
|
class="col-md col-12"
|
||||||
></div>
|
></div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue