| | |
| | | clearable |
| | | placeholder="请输入规格型号" |
| | | /> |
| | | <wd-input |
| | | v-model="model.actuallyLength" |
| | | label="实际盘长(m)" |
| | | label-width="100px" |
| | | prop="actuallyLength" |
| | | clearable |
| | | placeholder="请输入实际盘长" |
| | | /> |
| | | </wd-cell-group> |
| | | </wd-form> |
| | | </template> |
| | |
| | | poleWeight: undefined, // 杆重(kg) |
| | | monofilamentNumber: undefined, // 单丝盘号 |
| | | actuallyWeight: undefined, // 实际重量(kg) |
| | | ontLength: undefined, // 盘长(m) |
| | | oneLength: undefined, // 盘长(m) |
| | | theoryWeight: undefined, // 理论重量(kg) |
| | | model: undefined, // 规格型号 |
| | | actuallyLength: undefined, // 实际盘长(m) |
| | | }); |
| | | |
| | | const submit = async () => { |