|
|
@ -46,7 +46,7 @@
|
|
|
|
placeholder="请选择日期"
|
|
|
|
placeholder="请选择日期"
|
|
|
|
clearable
|
|
|
|
clearable
|
|
|
|
value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
|
value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
|
style="width: 90%"
|
|
|
|
style="width: 100%"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</el-date-picker>
|
|
|
|
</el-date-picker>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
@ -113,13 +113,13 @@
|
|
|
|
<el-button slot="trigger" size="small" type="primary" :disabled="formData.auditStatus == 1">
|
|
|
|
<el-button slot="trigger" size="small" type="primary" :disabled="formData.auditStatus == 1">
|
|
|
|
{{ choiceFile }}
|
|
|
|
{{ choiceFile }}
|
|
|
|
</el-button>
|
|
|
|
</el-button>
|
|
|
|
|
|
|
|
<el-button type="success" size="small" icon="search" @click="toViewCompanyCert"
|
|
|
|
|
|
|
|
style="text-align:right;margin-left: 20px" v-show="formData.id!=null"
|
|
|
|
|
|
|
|
>文件预览
|
|
|
|
|
|
|
|
</el-button
|
|
|
|
|
|
|
|
>
|
|
|
|
<div>只能上传 jpg,png,pdf,doc 文件,且不超过 10 MB</div>
|
|
|
|
<div>只能上传 jpg,png,pdf,doc 文件,且不超过 10 MB</div>
|
|
|
|
</el-upload>
|
|
|
|
</el-upload>
|
|
|
|
<el-button type="primary" size="mini" icon="search" @click="toViewCompanyCert"
|
|
|
|
|
|
|
|
style="text-align:right" v-show="formData.id!=null"
|
|
|
|
|
|
|
|
>文件预览
|
|
|
|
|
|
|
|
</el-button
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|