| | |
| | | <el-input |
| | | v-model="forms.name" |
| | | style="max-width: 600px" |
| | | placeholder="Please input" |
| | | placeholder="请输入方案名称" |
| | | > |
| | | </el-input> |
| | | </el-form-item> |
| | |
| | | <el-select |
| | | @change="changeGeom" |
| | | v-model="forms.geom" |
| | | placeholder="Select" |
| | | placeholder="请选择模拟区域" |
| | | style="max-width: 600px" |
| | | > |
| | | <el-option |
| | |
| | | <el-select |
| | | @change="changeGeom" |
| | | v-model="forms.geom" |
| | | placeholder="Select" |
| | | placeholder="请选择模拟区域" |
| | | style="max-width: 600px" |
| | | > |
| | | <el-option |
| | |
| | | <el-input |
| | | v-model="forms.rainfall" |
| | | style="max-width: 600px" |
| | | placeholder="Please input" |
| | | placeholder="请输入降雨量" |
| | | > |
| | | <template #append>mm</template> |
| | | </el-input> |
| | |
| | | disabled |
| | | v-model="forms.duration" |
| | | style="max-width: 600px" |
| | | placeholder="Please input" |
| | | placeholder="请输入降雨时长" |
| | | > |
| | | <template #append>h</template> |
| | | </el-input> |
| | |
| | | <el-input |
| | | v-model="forms.intensity" |
| | | style="max-width: 600px" |
| | | placeholder="Please input" |
| | | placeholder="请输入降雨强度" |
| | | > |
| | | <template #append>mm/h</template> |
| | | </el-input> |