参数导出模板管理 上传附件类型限制

This commit is contained in:
zyx.net
2022-08-24 13:34:59 +08:00
parent 22bc099ac6
commit 23fe9aa04a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -31,8 +31,8 @@
<!-- <a-icon type="question-circle-o"></a-icon>-->
<!-- </a>-->
<!-- </span>-->
<div class="action">
<span @click="Jumpflybook" class="header-notice">
<div class="action" @click="Jumpflybook">
<span class="header-notice">
<a-icon style="font-size: 16px; padding: 4px; color: #000000A6" type="question-circle"/>
</span>
</div>
@@ -90,7 +90,7 @@
<a-button @click="handleSubmit" type="primary" :loading="confirmLoading">{{$t('submit')}}</a-button>
</div>
</a-drawer>
<uploadFileChange ref="uploadFile" :accept="'.doc,.docx,.xls,.xlsx'" @uploadSuccess="uploadSuccess"></uploadFileChange>
<uploadFileChange ref="uploadFile" :accept="'.docx,.xlsx'" @uploadSuccess="uploadSuccess"></uploadFileChange>
</div>
</template>