|
@@ -146,28 +146,14 @@
|
|
|
v-if="form.company!=3"
|
|
|
>
|
|
|
<el-upload
|
|
|
- class="upload-demo"
|
|
|
- action="#"
|
|
|
- multiple
|
|
|
- :limit="2"
|
|
|
- :auto-upload="false"
|
|
|
- accept='.pfx'
|
|
|
- :file-list="form.certificateFileUrl"
|
|
|
- :before-remove="beforeRemove"
|
|
|
- :on-change="changecertificateFileUrl"
|
|
|
+ class="upload-demo" action="#" multiple :limit="1" :auto-upload="false" accept='.pfx'
|
|
|
+ :file-list="form.certificateFileUrl" :before-remove="beforeRemove" :on-change="changecertificateFileUrl"
|
|
|
>
|
|
|
- <el-button
|
|
|
- size="small"
|
|
|
- type="primary"
|
|
|
- >上传文件</el-button>
|
|
|
- <div
|
|
|
- slot="tip"
|
|
|
- class="el-upload__tip"
|
|
|
- >支持上传文件格式为pfx文件</div>
|
|
|
+ <el-button size="small" type="primary">上传文件</el-button>
|
|
|
+ <div slot="tip" class="el-upload__tip">支持上传文件格式为pfx文件</div>
|
|
|
</el-upload>
|
|
|
</el-form-item>
|
|
|
|
|
|
-
|
|
|
<el-form-item label="签名体图片" style="width:100%;" prop="signatureFileUrl" v-if="form.company!=3">
|
|
|
<el-upload
|
|
|
class="upload-demo" action="#" multiple :limit="1" :auto-upload="false" accept='.jpg,.png'
|