File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 107
107
<i class="glyphicon glyphicon-folder-open"></i>
108
108
<input type="file" @change="selectExcel" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" v-show="false"></input>
109
109
</button>-->
110
- <button type =" button" :title =" $t('Export data')" class =" btn" :class =" 'btn-'+theme" @click =" download" v-if =" data.configUrl['exportUrl'] && !options.exportMore" >
110
+ <button type =" button" :title =" $t('Export data')" class =" btn" :class =" 'btn-'+theme" @click =" download(0) " v-if =" data.configUrl['exportUrl'] && !options.exportMore" >
111
111
<i class =" glyphicon glyphicon-download-alt" ></i >
112
112
</button >
113
113
<div class =" btn-group" v-if =" data.configUrl['exportUrl'] && options.exportMore" >
120
120
<i class =" glyphicon glyphicon-download-alt" ></i >
121
121
</button >
122
122
<ul class =" dropdown-menu pull-right" role =" menu" >
123
- <li ><a @click =" download" >导出全部</a ></li >
123
+ <li ><a @click =" download(0) " >导出全部</a ></li >
124
124
<li ><a @click =" download(1)" >导出勾选</a ></li >
125
125
<li ><a @click =" download(2)" >导出当前页</a ></li >
126
126
</ul >
171
171
<i class="glyphicon glyphicon-folder-open"></i>
172
172
<input type="file" @change="selectExcel" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" v-show="false"></input>
173
173
</button>-->
174
- <button type =" button" :title =" $t('Export data')" class =" btn" :class =" 'btn-'+theme" @click =" download" v-if =" data.configUrl['exportUrl']" >
174
+ <button type =" button" :title =" $t('Export data')" class =" btn" :class =" 'btn-'+theme" @click =" download(0) " v-if =" data.configUrl['exportUrl']" >
175
175
<i class =" glyphicon glyphicon-download-alt" ></i >
176
176
</button >
177
177
<slot name =" input_group_add_btn" :data =" data" ></slot >
You can’t perform that action at this time.
0 commit comments