Showing
1 changed file
with
3 additions
and
1 deletions
| @@ -62,7 +62,9 @@ | @@ -62,7 +62,9 @@ | ||
| 62 | </view> | 62 | </view> |
| 63 | </view> | 63 | </view> |
| 64 | <view class="row"> | 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 | </view> | 68 | </view> |
| 67 | </view> | 69 | </view> |
| 68 | <button class="btn submit" type="primary" @click="onSubmit">提交</button> | 70 | <button class="btn submit" type="primary" @click="onSubmit">提交</button> |