Commit 560bd074 authored by zhengke's avatar zhengke

修改

parent fbcdf3a1
......@@ -13,6 +13,10 @@
<span @click="msg.pageIndex=1,getList()" class="el-icon-search"
style="color:#979dad;font-size:14px;position:relative;top:1px"></span>
</div>
<div style="float:right;">
<el-button style="float:right;margin-top: -5px;" size="small" type="primary"
@click="Export()">导出</el-button>
</div>
</div>
<el-table :data="tableData" v-loading="loading" border style="width: 100%;margin:20px 0">
<el-table-column prop="Id" label="编号" width="100">
......@@ -100,6 +104,13 @@
}
})
},
//导出
Export(){
this.GetLocalFile(
"/api/Trade/DownLoadConsultStatic",this.msg,
"活动报名.xls"
);
},
handleCurrentChange(val) {
this.msg.pageIndex = val;
this.getList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment