Commit eecb508a authored by wxk's avatar wxk

优化

parent 3854da04
File added
...@@ -858,7 +858,7 @@ ...@@ -858,7 +858,7 @@
}) })
} }
let downloadHref = document.getElementById('download'); let downloadHref = document.getElementById('download');
const href = 'http://47.91.221.203:46657/recordsExcle?' + this.toQueryString(params); const href = ApiConfig.Excle + '?' + this.toQueryString(params);
downloadHref.setAttribute('href', href); downloadHref.setAttribute('href', href);
downloadHref.click(); downloadHref.click();
} }
......
...@@ -229,12 +229,12 @@ ...@@ -229,12 +229,12 @@
disable-transitions>{{scope.row.status === '0' ? '充值成功' : '充值失败'}}</el-tag> disable-transitions>{{scope.row.status === '0' ? '充值成功' : '充值失败'}}</el-tag>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column
label="来源"> label="来源">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.from_account }}</span> <span>{{ scope.row.from_account }}</span>
</template> </template>
</el-table-column> </el-table-column>-->
</el-table> </el-table>
<el-pagination <el-pagination
@size-change="handleSizeChange" @size-change="handleSizeChange"
......
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