市局:能力申请--技术文档由富文本编辑改为上传

This commit is contained in:
guoyue 2022-10-03 16:23:30 +08:00
parent 1d5d4845c2
commit ad34e10710
2 changed files with 12 additions and 1 deletions

View File

@ -203,6 +203,7 @@
</div>
</div>
</template>
<template v-else>
<div class="bottom">
<div
@ -301,6 +302,16 @@
:list="props.fileList2"
tip="支持文件类型大小不超过100M"
></upload>
<upload
v-else-if="item.type == 'richText' && item.name == '技术文档'"
type="附件"
btnName="上传技术文档"
:maxCount="1"
:data="item"
:busType="2"
:list="props.fileList2"
tip="支持.doc,.docx,.zip,.ppt,.pdf类型大小不超过100M"
></upload>
<upload
v-else-if="item.type == 'package' && item.name == '上传附件'"
type="附件"

View File

@ -159,7 +159,7 @@
width: unset;
button {
height: 30px;
width: 100px;
width: 120px;
border: 1px solid #bbd3ef;
border-radius: 6px;
background: #edf4fc;