Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -441,13 +441,13 @@ | ... | @@ -441,13 +441,13 @@ |
| 441 | </Formitem> | 441 | </Formitem> |
| 442 | </el-col> | 442 | </el-col> |
| 443 | <el-col :span="3"> | 443 | <el-col :span="3"> |
| 444 | - <Formitem label="毛重(公斤)" prop="weight"> | 444 | + <Formitem label="毛重(公斤)" prop="grossWeight"> |
| 445 | <el-input | 445 | <el-input |
| 446 | type="number" | 446 | type="number" |
| 447 | class="inputShadow" | 447 | class="inputShadow" |
| 448 | - id="inputInner--weight" | 448 | + id="inputInner--grossWeight" |
| 449 | resize="none" | 449 | resize="none" |
| 450 | - v-model="formData.weight" | 450 | + v-model="formData.grossWeight" |
| 451 | clearable | 451 | clearable |
| 452 | placeholder="" | 452 | placeholder="" |
| 453 | ></el-input> | 453 | ></el-input> | ... | ... |
-
Please register or login to post a comment