测试问题修改
This commit is contained in:
		
							parent
							
								
									29d08c7f56
								
							
						
					
					
						commit
						beeb4efbc3
					
				| 
						 | 
					@ -80,7 +80,7 @@
 | 
				
			||||||
              <el-form-item label="商品进价" prop="unitPrice">
 | 
					              <el-form-item label="商品进价" prop="unitPrice">
 | 
				
			||||||
                <el-input
 | 
					                <el-input
 | 
				
			||||||
                  v-model="form.unitPrice"
 | 
					                  v-model="form.unitPrice"
 | 
				
			||||||
                  placeholder="请输入商品进价" maxlength="8"
 | 
					                  placeholder="请输入商品进价" maxlength="7"
 | 
				
			||||||
                  @input="handleNumericInput('unitPrice', $event)"
 | 
					                  @input="handleNumericInput('unitPrice', $event)"
 | 
				
			||||||
                  @blur="formatNumericValue('unitPrice')"
 | 
					                  @blur="formatNumericValue('unitPrice')"
 | 
				
			||||||
                >
 | 
					                >
 | 
				
			||||||
| 
						 | 
					@ -93,7 +93,7 @@
 | 
				
			||||||
                <el-input
 | 
					                <el-input
 | 
				
			||||||
                  v-model="form.salePrice"
 | 
					                  v-model="form.salePrice"
 | 
				
			||||||
                  placeholder="请输入零售价"
 | 
					                  placeholder="请输入零售价"
 | 
				
			||||||
                  maxlength="8"
 | 
					                  maxlength="7"
 | 
				
			||||||
                  @input="handleNumericInput('salePrice', $event)"
 | 
					                  @input="handleNumericInput('salePrice', $event)"
 | 
				
			||||||
                  @blur="formatNumericValue('salePrice')"
 | 
					                  @blur="formatNumericValue('salePrice')"
 | 
				
			||||||
                />
 | 
					                />
 | 
				
			||||||
| 
						 | 
					@ -132,7 +132,7 @@
 | 
				
			||||||
              <el-form-item label="商品简介" prop="description"> 
 | 
					              <el-form-item label="商品简介" prop="description"> 
 | 
				
			||||||
                  <el-input
 | 
					                  <el-input
 | 
				
			||||||
                    type="textarea"
 | 
					                    type="textarea"
 | 
				
			||||||
                    :rows="3"
 | 
					                    :rows="3" maxlength="100"
 | 
				
			||||||
                    placeholder="请输入商品简介"
 | 
					                    placeholder="请输入商品简介"
 | 
				
			||||||
                    v-model="form.description">
 | 
					                    v-model="form.description">
 | 
				
			||||||
                  </el-input>
 | 
					                  </el-input>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue