소스 검색

要是日记修改下拉框

liangjiahao 3 년 전
부모
커밋
f0d067f414
1개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. 11 1
      src/views/grassrootsregistration/bdgldiary/index.vue

+ 11 - 1
src/views/grassrootsregistration/bdgldiary/index.vue

@@ -203,7 +203,7 @@
               @select="selectPeo"
               v-model="form.unitId"
               :options="rese"
-              placeholder="选择单位"
+              placeholder="选择单位"
             />
           </el-form-item>
 
@@ -219,6 +219,7 @@
                 v-for="(item, i) in renYuan"
                 :key="i"
                 :value="item"
+                class="input_xiala"
               ></el-option>
             </el-select>
           </el-form-item>
@@ -246,6 +247,7 @@
                 v-for="(item, i) in shouZhang"
                 :key="i"
                 :value="item.userId"
+                class="input_xiala"
               ></el-option>
             </el-select>
           </el-form-item>
@@ -420,6 +422,7 @@
                 :value="item.name"
                 v-for="(item, i) in renYuan"
                 :key="i"
+                class="input_xiala"
               ></el-option>
             </el-select>
           </el-form-item>
@@ -435,6 +438,7 @@
                 :value="item.name"
                 v-for="(item, i) in renYuan"
                 :key="i"
+                class="input_xiala"
               ></el-option>
             </el-select>
           </el-form-item>
@@ -450,6 +454,7 @@
                 :value="item.name"
                 v-for="(item, i) in renYuan"
                 :key="i"
+                class="input_xiala"
               ></el-option>
             </el-select>
           </el-form-item>
@@ -465,6 +470,7 @@
                 :value="item.name"
                 v-for="(item, i) in renYuan"
                 :key="i"
+                class="input_xiala"
               ></el-option>
             </el-select>
           </el-form-item>
@@ -480,6 +486,7 @@
                 :value="item.name"
                 v-for="(item, i) in renYuan"
                 :key="i"
+                class="input_xiala"
               ></el-option>
             </el-select>
           </el-form-item>
@@ -495,6 +502,7 @@
                 :value="item.name"
                 v-for="(item, i) in renYuan"
                 :key="i"
+                class="input_xiala"
               ></el-option>
             </el-select>
           </el-form-item>
@@ -509,6 +517,7 @@
                 :value="item.name"
                 v-for="(item, i) in renYuan"
                 :key="i"
+                class="input_xiala"
               ></el-option>
             </el-select>
           </el-form-item>
@@ -655,6 +664,7 @@
                     :key="item.id"
                     :label="item.name"
                     :value="item.id"
+                    class="input_xiala"
                   >
                   </el-option>
                 </el-select>