206ec58e by zhangmeng

国内赛

1 parent ee54414c
......@@ -8,6 +8,8 @@
<el-form ref="dialogRef" :model="form" :rules="language==0?rules:rules_cn" inline label-width="150px">
<el-row :gutter="30" class="mt30">
<el-col :span="4">
<label> {{ language == 0 ? '个人照片' : 'Photo' }}</label>
<div style="height: 5px" />
<el-form-item label="" label-width="auto" prop="picUrl">
<ImageUpload2
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!