市局:能力申请--技术文档由富文本编辑改为上传
This commit is contained in:
parent
1d5d4845c2
commit
ad34e10710
|
@ -203,6 +203,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<div class="bottom">
|
<div class="bottom">
|
||||||
<div
|
<div
|
||||||
|
@ -301,6 +302,16 @@
|
||||||
:list="props.fileList2"
|
:list="props.fileList2"
|
||||||
tip="支持文件类型,大小不超过100M"
|
tip="支持文件类型,大小不超过100M"
|
||||||
></upload>
|
></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
|
<upload
|
||||||
v-else-if="item.type == 'package' && item.name == '上传附件'"
|
v-else-if="item.type == 'package' && item.name == '上传附件'"
|
||||||
type="附件"
|
type="附件"
|
||||||
|
|
|
@ -159,7 +159,7 @@
|
||||||
width: unset;
|
width: unset;
|
||||||
button {
|
button {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
width: 100px;
|
width: 120px;
|
||||||
border: 1px solid #bbd3ef;
|
border: 1px solid #bbd3ef;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: #edf4fc;
|
background: #edf4fc;
|
||||||
|
|
Loading…
Reference in New Issue