|
|
|
@ -95,6 +95,20 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="3">
|
|
|
|
|
<div class="ao-text">
|
|
|
|
|
<span>证书备注:</span>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="8">
|
|
|
|
|
<el-form-item prop="remark">
|
|
|
|
|
<updateZz :inputQuery="formData"
|
|
|
|
|
:formName="formName"
|
|
|
|
|
/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <el-row>-->
|
|
|
|
@ -135,12 +149,7 @@
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
<el-row gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="11" class="el-col">
|
|
|
|
|
<el-form-item label="文件:" prop="filePath">
|
|
|
|
|
<cusEditor ref="editorRef" style="width:90vh;height: 100%;overflow: auto; " :content="formData.filePath"
|
|
|
|
|
:type="`image2`"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-card>
|
|
|
|
|
</el-form>
|
|
|
|
@ -151,6 +160,7 @@
|
|
|
|
|
<script>
|
|
|
|
|
import {isertCert, filterCompanyCert, updateCert} from "@/api/sup/userCert";
|
|
|
|
|
import store from "@/store";
|
|
|
|
|
import updateZz from "@/views/basic/manu/updateZz";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -196,6 +206,7 @@ export default {
|
|
|
|
|
status: null,
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
formName:"file",
|
|
|
|
|
formRules: {
|
|
|
|
|
name: [
|
|
|
|
|
{required: true, message: "请输入证书名称", trigger: "blur"}
|
|
|
|
@ -213,6 +224,7 @@ export default {
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
components: {
|
|
|
|
|
updateZz
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
uploadHandlePreview(file) {
|
|
|
|
|