Browse Source

添加单位

chenghanbin 4 months ago
parent
commit
ac00651b11

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

@@ -29,7 +29,13 @@
29 29
 				</a-select>
30 30
 			</a-form-item>
31 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 39
 			</a-form-item>
34 40
 		</a-form>
35 41
 	</a-modal>

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

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