|
|
@@ -24,6 +24,9 @@
|
|
24
|
24
|
<el-form-item label="检测时间">
|
|
25
|
25
|
<el-input v-model="form.collectorTime"></el-input>
|
|
26
|
26
|
</el-form-item>
|
|
|
27
|
+ <el-form-item label="采集人">
|
|
|
28
|
+ <el-input v-model="form.collectorPeope"></el-input>
|
|
|
29
|
+ </el-form-item>
|
|
27
|
30
|
</el-col>
|
|
28
|
31
|
<el-col :span="11" :offset="2">
|
|
29
|
32
|
<el-form-item label="虫害检测单号">
|
|
|
@@ -45,7 +48,7 @@
|
|
45
|
48
|
</el-row>
|
|
46
|
49
|
</el-form>
|
|
47
|
50
|
</div>
|
|
48
|
|
-
|
|
|
51
|
+
|
|
49
|
52
|
<el-footer style="height: 41px;">
|
|
50
|
53
|
<el-button type="primary" class="footerBtn" @click="back">返 回</el-button>
|
|
51
|
54
|
</el-footer>
|