mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-22 17:26:43 +08:00
提交修改
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
<div class="u-currency">
|
||||
<div class="myubi">
|
||||
<div class="ubi-hear">
|
||||
<h6>我的U币:{{uinfo.uCurrency}}</h6><span class="pointer" @click="dialogVisible = true">U币规则 <i
|
||||
class="el-icon-arrow-right"></i> </span>
|
||||
|
||||
<h6>我的U币:{{uinfo.uCurrency}}</h6><span class="pointer" @click="dialogVisible = true">U币规则
|
||||
<i class="el-icon-arrow-right"></i> </span>
|
||||
<el-button icon="el-icon-document" @click="exportRecord()">导出记录</el-button>
|
||||
</div>
|
||||
<div style="max-height:600px;overflow-y:auto;padding-right:30px">
|
||||
@@ -362,6 +363,7 @@
|
||||
});
|
||||
},
|
||||
exportRecord() {
|
||||
|
||||
let downUrl='';
|
||||
|
||||
let curHost=window.location.host;
|
||||
|
||||
Reference in New Issue
Block a user