input-image-l
v1.0.0
Published
<!-- * @Author: liuyang_hand [email protected] * @Date: 2023-07-03 13:47:20 * @LastEditors: liuyang_hand [email protected] * @LastEditTime: 2023-08-29 14:36:45 * @FilePath: /de-0506_app_scp_framework/src/modules/scp/components/imgForm/README.md * @Descr
Downloads
1
Readme
##ImgForm
引用
import ImgForm from 'reactplus'
代码
<ImgForm
axios={axios}
postUrl={`${env.baseUrl}/api-dev/ppmw-msa-tcr/File/uploadFile`} fileLists={fileLists2} type={type}
labelWidth={"110px"} textAlign={"right"} isRequired={true}
onSetPic={(changedValues) => this.onSetPic2(changedValues)}></ImgForm>
参数说明 axios:axios postUrl:附件上传地址 fileLists:附件回显(初始化)内容 type: 表单状态 add、edit、show labelWidth: label宽度 labelValue: label内容 isRequired: 是否显示* onSetPic: 数据回传 maxCount: 限制上传数量。当为 1 时,始终用最新上传的文件代替当前文件