Showing
1 changed file
with
3 additions
and
1 deletions
| ... | ... | @@ -62,7 +62,9 @@ |
| 62 | 62 | </view> |
| 63 | 63 | </view> |
| 64 | 64 | <view class="row"> |
| 65 | - <text class="label">需求补货</text><text class="value">{{ form.totalSupplementaryQuantity }}</text> | |
| 65 | + <view class="row2"> | |
| 66 | + <text class="label">需求补货</text><text class="value">{{ form.totalSupplementaryQuantity }}</text> | |
| 67 | + </view> | |
| 66 | 68 | </view> |
| 67 | 69 | </view> |
| 68 | 70 | <button class="btn submit" type="primary" @click="onSubmit">提交</button> | ... | ... |