升级活动备案-本次升级的驾驶辅助功能名称与参数变化-上传附件注释掉
This commit is contained in:
+10
-9
@@ -53,15 +53,16 @@
|
||||
</span>
|
||||
</a-table>
|
||||
<div>
|
||||
<a-button type="primary" @click="clickButtonToUpload(fileList)">
|
||||
{{ (fileList === 'null' || fileList === '' ||
|
||||
fileList == null) ? $t('uploadattachment') : $t('viewUploadedFiles')
|
||||
}}
|
||||
</a-button>
|
||||
<div style='margin-top: 20px'>
|
||||
<p>{{$t('note')}}</p>
|
||||
<p> {{$t('format')}}</p>
|
||||
</div>
|
||||
<!-- 上传附件-->
|
||||
<!-- <a-button type="primary" @click="clickButtonToUpload(fileList)">-->
|
||||
<!-- {{ (fileList === 'null' || fileList === '' ||-->
|
||||
<!-- fileList == null) ? $t('uploadattachment') : $t('viewUploadedFiles')-->
|
||||
<!-- }}-->
|
||||
<!-- </a-button>-->
|
||||
<!-- <div style='margin-top: 20px'>-->
|
||||
<!-- <p>{{$t('note')}}</p>-->
|
||||
<!-- <p> {{$t('format')}}</p>-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
<div class="bootom-button">
|
||||
<a-button style="margin-right:50px" @click="save">{{$t('preservation')}}</a-button>
|
||||
|
||||
Reference in New Issue
Block a user