添加上传图片两张
This commit is contained in:
parent
c8ac1c82a5
commit
3038b99078
|
@ -34,7 +34,7 @@ const props = withDefaults(
|
|||
width?: string | number;
|
||||
height?: string | number;
|
||||
btnLabel?: string;
|
||||
id?: string | any;
|
||||
id?: string ;
|
||||
}>(),
|
||||
{
|
||||
parentDir: "",
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
<SingleImageFileUpload
|
||||
v-model:value="formDate.securityServiceLicence"
|
||||
ref="permitUpload"
|
||||
id-file="securityServiceLicenceInput"
|
||||
id="securityServiceLicenceInput"
|
||||
></SingleImageFileUpload>
|
||||
<div style="color: red; text-align: left">
|
||||
注:自行招用单位备案证或保安许可证
|
||||
|
|
Loading…
Reference in New Issue