Explorar o código

前端虫情检测详情里缺少采集人字段

mengy %!s(int64=2) %!d(string=hai) anos
pai
achega
1cb25b8f76
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      src/views/grainDetection/pestDetection/detail.vue

+ 4 - 1
src/views/grainDetection/pestDetection/detail.vue

@@ -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>