This commit is contained in:
2021-07-30 20:01:09 +00:00
parent a48b670e2b
commit 9c62b4b039
3 changed files with 27 additions and 21 deletions

View File

@@ -304,7 +304,7 @@
</v-col>
<v-col
v-if="form().showMe(this, 'UnitText1')"
v-if="form().showMe(this, 'Text1')"
cols="12"
sm="6"
lg="4"
@@ -322,7 +322,7 @@
</v-col>
<v-col
v-if="form().showMe(this, 'UnitText2')"
v-if="form().showMe(this, 'Text2')"
cols="12"
sm="6"
lg="4"
@@ -340,7 +340,7 @@
</v-col>
<v-col
v-if="form().showMe(this, 'UnitText3')"
v-if="form().showMe(this, 'Text3')"
cols="12"
sm="6"
lg="4"
@@ -358,7 +358,7 @@
</v-col>
<v-col
v-if="form().showMe(this, 'UnitText4')"
v-if="form().showMe(this, 'Text4')"
cols="12"
sm="6"
lg="4"