| xqd
@@ -37,7 +37,9 @@
|
|
|
:class="[`text-align-${labelTextAlign}`]"
|
|
|
:style="{
|
|
|
'color': labelColor
|
|
|
- }">{{item.name}}
|
|
|
+ }">
|
|
|
+ <text style="color: red;" v-if="item.is_required == 1 || item.is_required == '1'">*</text>
|
|
|
+ {{item.name}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box-grow-1">
|
| xqd
@@ -69,7 +71,9 @@
|
|
|
:class="[`text-align-${labelTextAlign}`]"
|
|
|
:style="{
|
|
|
'color': labelColor
|
|
|
- }">{{item.name}}
|
|
|
+ }">
|
|
|
+ <text style="color: red;" v-if="item.is_required == 1 || item.is_required == '1'">*</text>
|
|
|
+ {{item.name}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box-grow-1">
|
| xqd
@@ -100,7 +104,9 @@
|
|
|
:class="[`text-align-${labelTextAlign}`]"
|
|
|
:style="{
|
|
|
'color': labelColor
|
|
|
- }">{{item.name}}
|
|
|
+ }">
|
|
|
+ <text style="color: red;" v-if="item.is_required == 1 || item.is_required == '1'">*</text>
|
|
|
+ {{item.name}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box-grow-1">
|
| xqd
@@ -139,7 +145,9 @@
|
|
|
:class="[`text-align-${labelTextAlign}`]"
|
|
|
:style="{
|
|
|
'color': labelColor
|
|
|
- }">{{item.name}}
|
|
|
+ }">
|
|
|
+ <text style="color: red;" v-if="item.is_required == 1 || item.is_required == '1'">*</text>
|
|
|
+ {{item.name}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box-grow-1">
|
| xqd
@@ -179,7 +187,9 @@
|
|
|
:class="[`text-align-${labelTextAlign}`]"
|
|
|
:style="{
|
|
|
'color': labelColor
|
|
|
- }">{{item.name}}
|
|
|
+ }">
|
|
|
+ <text style="color: red;" v-if="item.is_required == 1 || item.is_required == '1'">*</text>
|
|
|
+ {{item.name}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box-grow-1" :style="{
|
| xqd
@@ -205,7 +215,9 @@
|
|
|
:class="[`text-align-${labelTextAlign}`]"
|
|
|
:style="{
|
|
|
'color': labelColor
|
|
|
- }">{{item.name}}
|
|
|
+ }">
|
|
|
+ <text style="color: red;" v-if="item.is_required == 1 || item.is_required == '1'">*</text>
|
|
|
+ {{item.name}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box-grow-1 dir-left-wrap" :style="{
|
| xqd
@@ -232,7 +244,9 @@
|
|
|
:class="[`text-align-${labelTextAlign}`]"
|
|
|
:style="{
|
|
|
'color': labelColor
|
|
|
- }">{{item.name}}
|
|
|
+ }">
|
|
|
+ <text style="color: red;" v-if="item.is_required == 1 || item.is_required == '1'">*</text>
|
|
|
+ {{item.name}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box-grow-1 dir-left-wrap" :style="{
|