Showing
4 changed files
with
6 additions
and
6 deletions
| ... | ... | @@ -41,9 +41,9 @@ |
| 41 | 41 | </uni-list-item> |
| 42 | 42 | |
| 43 | 43 | <!-- 其余输入项 --> |
| 44 | - <uni-list-item title="月用量"> | |
| 44 | + <uni-list-item title="月用量(吨)"> | |
| 45 | 45 | <template v-slot:footer> |
| 46 | - <uni-easyinput v-model="form.monthlyUsage" placeholder="请输入月用量" :inputBorder="false" /> | |
| 46 | + <uni-easyinput v-model="form.monthlyUsage" placeholder="请输入月用量(吨)" :inputBorder="false" /> | |
| 47 | 47 | </template> |
| 48 | 48 | </uni-list-item> |
| 49 | 49 | <uni-list-item title="目标量"> | ... | ... |
| ... | ... | @@ -16,7 +16,7 @@ |
| 16 | 16 | </view> |
| 17 | 17 | <view class="row"><text class="label">产品品种</text><text class="value">{{ form.productVariety.name |
| 18 | 18 | }}</text></view> |
| 19 | - <view class="row"><text class="label">月用量</text><text class="value">{{ form.monthlyUsage }}</text> | |
| 19 | + <view class="row"><text class="label">月用量(吨)</text><text class="value">{{ form.monthlyUsage }}</text> | |
| 20 | 20 | </view> |
| 21 | 21 | <view class="row"><text class="label">目标量</text><text class="value">{{ form.targetQuantity }}</text> |
| 22 | 22 | </view> | ... | ... |
| ... | ... | @@ -41,9 +41,9 @@ |
| 41 | 41 | </uni-list-item> |
| 42 | 42 | |
| 43 | 43 | <!-- 其余输入项 --> |
| 44 | - <uni-list-item title="月用量"> | |
| 44 | + <uni-list-item title="月用量(吨)"> | |
| 45 | 45 | <template v-slot:footer> |
| 46 | - <uni-easyinput v-model="form.monthlyUsage" placeholder="请输入月用量" :inputBorder="false" /> | |
| 46 | + <uni-easyinput v-model="form.monthlyUsage" placeholder="请输入月用量(吨)" :inputBorder="false" /> | |
| 47 | 47 | </template> |
| 48 | 48 | </uni-list-item> |
| 49 | 49 | <uni-list-item title="目标量"> | ... | ... |
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | </view> |
| 14 | 14 | <view class="row"><text class="label">产品品种</text><text class="value">{{ form.productVariety.name }}</text> |
| 15 | 15 | </view> |
| 16 | - <view class="row"><text class="label">月用量</text><text class="value">{{ form.monthlyUsage }}</text> | |
| 16 | + <view class="row"><text class="label">月用量(吨)</text><text class="value">{{ form.monthlyUsage }}</text> | |
| 17 | 17 | </view> |
| 18 | 18 | <view class="row"><text class="label">目标量</text><text class="value">{{ form.targetQuantity }}</text> |
| 19 | 19 | </view> | ... | ... |