Commit 1f13014327f5e2734dfed640348a2a67a7057953

Authored by 史婷婷
1 parent 0377cf93

feat: 开发管理-月用量改为月用量(吨)

@@ -41,9 +41,9 @@ @@ -41,9 +41,9 @@
41 </uni-list-item> 41 </uni-list-item>
42 42
43 <!-- 其余输入项 --> 43 <!-- 其余输入项 -->
44 - <uni-list-item title="月用量"> 44 + <uni-list-item title="月用量(吨)">
45 <template v-slot:footer> 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 </template> 47 </template>
48 </uni-list-item> 48 </uni-list-item>
49 <uni-list-item title="目标量"> 49 <uni-list-item title="目标量">
@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
16 </view> 16 </view>
17 <view class="row"><text class="label">产品品种</text><text class="value">{{ form.productVariety.name 17 <view class="row"><text class="label">产品品种</text><text class="value">{{ form.productVariety.name
18 }}</text></view> 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 </view> 20 </view>
21 <view class="row"><text class="label">目标量</text><text class="value">{{ form.targetQuantity }}</text> 21 <view class="row"><text class="label">目标量</text><text class="value">{{ form.targetQuantity }}</text>
22 </view> 22 </view>
@@ -41,9 +41,9 @@ @@ -41,9 +41,9 @@
41 </uni-list-item> 41 </uni-list-item>
42 42
43 <!-- 其余输入项 --> 43 <!-- 其余输入项 -->
44 - <uni-list-item title="月用量"> 44 + <uni-list-item title="月用量(吨)">
45 <template v-slot:footer> 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 </template> 47 </template>
48 </uni-list-item> 48 </uni-list-item>
49 <uni-list-item title="目标量"> 49 <uni-list-item title="目标量">
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 </view> 13 </view>
14 <view class="row"><text class="label">产品品种</text><text class="value">{{ form.productVariety.name }}</text> 14 <view class="row"><text class="label">产品品种</text><text class="value">{{ form.productVariety.name }}</text>
15 </view> 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 </view> 17 </view>
18 <view class="row"><text class="label">目标量</text><text class="value">{{ form.targetQuantity }}</text> 18 <view class="row"><text class="label">目标量</text><text class="value">{{ form.targetQuantity }}</text>
19 </view> 19 </view>