mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
--fix bug
This commit is contained in:
@@ -77,6 +77,13 @@
|
|||||||
</a-button>
|
</a-button>
|
||||||
</CommonStudent>
|
</CommonStudent>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
<a-col>
|
||||||
|
<a-button class="cus-btn" style="background: #4ea6ff; color: #fff; width: 100px" @click="exportStu(record.id)">
|
||||||
|
<template #icon><img style="margin-right: 10px" src="../../assets/images/courseManage/search0.png"/>
|
||||||
|
</template>
|
||||||
|
导出
|
||||||
|
</a-button>
|
||||||
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<div style="margin-top: 20px">
|
<div style="margin-top: 20px">
|
||||||
<a-table
|
<a-table
|
||||||
@@ -307,6 +314,10 @@ watch(visiable, () => {
|
|||||||
searchParams.value = initParams;
|
searchParams.value = initParams;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
function exportStu(){
|
||||||
|
window.open(`${process.env.VUE_APP_BASE_API}/admin/student/exportOnlineStudent?type=3&&thirdType=8&pid=${props.id}`);
|
||||||
|
}
|
||||||
|
|
||||||
defineExpose({
|
defineExpose({
|
||||||
searchStu,
|
searchStu,
|
||||||
loading,
|
loading,
|
||||||
|
|||||||
Reference in New Issue
Block a user