Selaa lähdekoodia

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

mengy 2 vuotta sitten
vanhempi
commit
5c7b67f236
1 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 4 3
      src/views/grainDetection/pestDetection/detail.vue

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

@@ -24,9 +24,7 @@
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 28
           </el-col>
31 29
           <el-col :span="11" :offset="2">
32 30
             <el-form-item label="虫害检测单号">
@@ -44,6 +42,9 @@
44 42
             <el-form-item label="磷化氢(ppm)">
45 43
               <el-input v-model="form.lhq"></el-input>
46 44
             </el-form-item>
45
+            <el-form-item label="采集人">
46
+               <el-input v-model="form.collectorPeope"></el-input>
47
+            </el-form-item>
47 48
           </el-col>
48 49
         </el-row>
49 50
       </el-form>