Commit c03fe201 by wangweidong

土工试验Lims

parent 24f72b77
...@@ -19,6 +19,12 @@ ...@@ -19,6 +19,12 @@
<Form-item label="钻孔位置" prop="boreholeLocation" class="width-48"> <Form-item label="钻孔位置" prop="boreholeLocation" class="width-48">
<Input v-model="formObj.boreholeLocation" name="boreholeLocation" placeholder="请输入名称"/> <Input v-model="formObj.boreholeLocation" name="boreholeLocation" placeholder="请输入名称"/>
</Form-item> </Form-item>
<Form-item label="纬度" prop="latitude" class="width-48">
<Input v-model="formObj.latitude" name="latitude" placeholder="请输入纬度"/>
</Form-item>
<Form-item label="经度" prop="longitude" class="width-48">
<Input v-model="formObj.longitude" name="longitude" placeholder="请输入经度"/>
</Form-item>
<Form-item label="水深(米)" prop="waterDepth" class="width-48"> <Form-item label="水深(米)" prop="waterDepth" class="width-48">
<Input v-model="formObj.waterDepth" name="waterDepth" placeholder="请输入名称"/> <Input v-model="formObj.waterDepth" name="waterDepth" placeholder="请输入名称"/>
</Form-item> </Form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment