Commit eecb508a authored by wxk's avatar wxk

优化

parent 3854da04
File added
......@@ -858,7 +858,7 @@
})
}
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.click();
}
......
......@@ -229,12 +229,12 @@
disable-transitions>{{scope.row.status === '0' ? '充值成功' : '充值失败'}}</el-tag>
</template>
</el-table-column>
<el-table-column
<!-- <el-table-column
label="来源">
<template slot-scope="scope">
<span>{{ scope.row.from_account }}</span>
</template>
</el-table-column>
</el-table-column>-->
</el-table>
<el-pagination
@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