Browse Source

添加单位

chenghanbin 5 months ago
parent
commit
ac00651b11

+ 7 - 1
src/views/enforcementSupervision/specialInspection/modalModule/addModal.vue

@@ -29,7 +29,13 @@
29
 				</a-select>
29
 				</a-select>
30
 			</a-form-item>
30
 			</a-form-item>
31
 			<a-form-item label="数量" name="quantity">
31
 			<a-form-item label="数量" name="quantity">
32
-				<a-input-number :min="0" style="width: 100%" v-model:value="formData.quantity" placeholder="请输入数量" />
32
+				<a-input-number
33
+					:min="0"
34
+					addon-after="kg"
35
+					style="width: 100%"
36
+					v-model:value="formData.quantity"
37
+					placeholder="请输入数量"
38
+				/>
33
 			</a-form-item>
39
 			</a-form-item>
34
 		</a-form>
40
 		</a-form>
35
 	</a-modal>
41
 	</a-modal>

+ 1 - 1
src/views/enforcementSupervision/specialInspection/modalModule/jcjgcjhz.vue

@@ -272,7 +272,7 @@
272
 			dataIndex: 'grainVarietyId'
272
 			dataIndex: 'grainVarietyId'
273
 		},
273
 		},
274
 		{
274
 		{
275
-			title: '数量',
275
+			title: '数量(kg)',
276
 			align: 'center',
276
 			align: 'center',
277
 			key: 'quantity'
277
 			key: 'quantity'
278
 		},
278
 		},