206ec58e by zhangmeng

国内赛

1 parent ee54414c
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
8 <el-form ref="dialogRef" :model="form" :rules="language==0?rules:rules_cn" inline label-width="150px"> 8 <el-form ref="dialogRef" :model="form" :rules="language==0?rules:rules_cn" inline label-width="150px">
9 <el-row :gutter="30" class="mt30"> 9 <el-row :gutter="30" class="mt30">
10 <el-col :span="4"> 10 <el-col :span="4">
11 <label> {{ language == 0 ? '个人照片' : 'Photo' }}</label>
12 <div style="height: 5px" />
11 <el-form-item label="" label-width="auto" prop="picUrl"> 13 <el-form-item label="" label-width="auto" prop="picUrl">
12 <ImageUpload2 14 <ImageUpload2
13 v-model="form.picUrl" :crop-height="280" :crop-width="200" :is-show-tip="false" :limit="1" 15 v-model="form.picUrl" :crop-height="280" :crop-width="200" :is-show-tip="false" :limit="1"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!