Commit 510dc2f9 authored by 姬鋆屾's avatar 姬鋆屾

fixed:屏蔽企业社区字段展示,添加图片上传规格提示

parent 06493894
......@@ -39,6 +39,7 @@
:isList="true"
:limit="9"
ref="imgList"
:slotP="'请上传2MB以内的图片'"
/>
</Field>
......
......@@ -44,7 +44,11 @@
/>
<!-- <Field :span="20" label="员工状态" type="select" prop="staffStatus" v-model="form.staffStatus" :enum-data="dict.staffStatus" placeholder="请输入员工状态"/> -->
<Field :span="20" label="头像" prop="photoPath" placeholder="请输入照片"
><imageUpload v-model="form.photoPath" prePath="/file/preview" />
><imageUpload
v-model="form.photoPath"
prePath="/file/preview"
:slotP="'请上传 62*62px 的2MB以内的图片'"
/>
</Field>
<Field
:span="20"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment