liyongli 5 ngày trước cách đây
mục cha
commit
27020c1bba
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/view/fenghui/form2.vue

+ 2 - 2
src/view/fenghui/form2.vue

@@ -63,7 +63,7 @@
                     </template>
                     <template #input>
                         <van-radio-group checked-color="#3F5AC8" style="justify-content: flex-end;width: 100%;"
-                            v-model="formData.identityType" direction="horizontal">
+                            v-model="formData.identityType" :direction="langType ==='zh' ? 'horizontal' : 'vertical'">
                             <van-radio style="flex: 1;margin-top: 10px " name="媒体">{{ lang[langType].media }}</van-radio>
                             <van-radio style="flex: 1;margin-top: 10px " name="工作人员">{{ lang[langType].staff }}</van-radio>
                             <van-radio style="flex: 1;margin-top: 10px " name="志愿者">{{ lang[langType].volunteer }}</van-radio>
@@ -72,7 +72,7 @@
                 </van-field>
 
                 <!-- 单位类型 -->
-                <van-field size=“large” input-align="right" v-model="formData.unitTypeName" clickable
+                <van-field size=“large ” input-align="right" v-model="formData.unitTypeName" clickable
                     :rules="[{ required: true, trigger: 'onChange', message: lang[langType].workGroupTextContent }]"
                     right-icon="calendar-o" readonly :placeholder="lang[langType].workGroupTextContent"
                     @click="showUnitType = true" required>