|
@@ -15,11 +15,16 @@
|
|
|
</i-col>
|
|
|
<i-button @click="query">查询</i-button>
|
|
|
<i-button @click="reloadSearch">重置</i-button>
|
|
|
- <Upload :show-upload-list="false" :on-success="uploadExcelSuccess" :on-error="uploadExcelError" :on-format-error="uploadExcelFormatError"
|
|
|
- :format="['xls','xlsx']"
|
|
|
- action="../mkactivitiespromotion/upload" :before-upload="beforeUpload" :data="uploadData" >
|
|
|
- <i-button type="ghost" icon="ios-cloud-upload-outline">导入</i-button>
|
|
|
- </Upload>
|
|
|
+ </div>
|
|
|
+ <div class="buttons-group" style="width: 100%;margin-top: 8px; padding-left: 10px;">
|
|
|
+ <i-col style="display: inline-grid;">
|
|
|
+ <Upload :show-upload-list="false" :on-success="uploadExcelSuccess" :on-error="uploadExcelError" :on-format-error="uploadExcelFormatError"
|
|
|
+ :format="['xls','xlsx']"
|
|
|
+ action="../mkactivitiespromotion/upload" :before-upload="beforeUpload" :data="uploadData" >
|
|
|
+ <i-button type="ghost" icon="ios-cloud-upload-outline">导入</i-button>
|
|
|
+ </Upload>
|
|
|
+ </i-col>
|
|
|
+ <a href="../statics/file/activities_promotion_yyyy_mm_dd_v1.0.0.xlsx">临时促销模板下载</a>
|
|
|
</div>
|
|
|
<div class="buttons-group">
|
|
|
<i-button type="info" @click="add"><i class="fa fa-plus"></i> 新增</i-button>
|