Sfoglia il codice sorgente

采集人 采集日期

mengy 1 anno fa
parent
commit
198af24bf4
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      src/views/grainDetection/gasDetection/detail.vue

+ 6 - 0
src/views/grainDetection/gasDetection/detail.vue

@@ -17,6 +17,9 @@
17 17
             <el-form-item label="检测虫数">
18 18
               <el-input v-model="form.number"></el-input>
19 19
             </el-form-item>
20
+            <el-form-item label="采集人">
21
+              <el-input v-model="form.collectorPeope"></el-input>
22
+            </el-form-item>
20 23
           </el-col>
21 24
           <el-col :span="11" :offset="2">
22 25
             <el-form-item label="检测通道位数">
@@ -28,6 +31,9 @@
28 31
             <el-form-item label="检测虫种类">
29 32
               <el-input v-model="form.kind"></el-input>
30 33
             </el-form-item>
34
+            <el-form-item label="采集日期">
35
+              <el-input v-model="form.collectTime"></el-input>
36
+            </el-form-item>
31 37
           </el-col>
32 38
         </el-row>
33 39
       </el-form>