|
@@ -2,7 +2,13 @@
|
|
<div>
|
|
<div>
|
|
<el-card>
|
|
<el-card>
|
|
<headers title="分部数据" @changeOrgan="changeOrgan" />
|
|
<headers title="分部数据" @changeOrgan="changeOrgan" />
|
|
- <el-button type="primary" @click="organDateExport" size="mini">导出</el-button>
|
|
|
|
|
|
+ <el-button
|
|
|
|
+ type="primary"
|
|
|
|
+ v-permission="'export/organStudentOverView'"
|
|
|
|
+ @click="organDateExport"
|
|
|
|
+ size="mini"
|
|
|
|
+ >导出</el-button
|
|
|
|
+ >
|
|
<div class="tableWrap">
|
|
<div class="tableWrap">
|
|
<el-table
|
|
<el-table
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
@@ -168,15 +174,17 @@
|
|
<el-table-column align="center" prop="studentId" label="操作">
|
|
<el-table-column align="center" prop="studentId" label="操作">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>
|
|
<div>
|
|
- <el-button type="text" @click="gotoDetail(scope.row)"
|
|
|
|
- >详情</el-button
|
|
|
|
- >
|
|
|
|
|
|
+ <auth auths="/organDateDetail">
|
|
|
|
+ <el-button type="text" @click="gotoDetail(scope.row)"
|
|
|
|
+ >详情</el-button
|
|
|
|
+ >
|
|
|
|
+ </auth>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
<pagination
|
|
<pagination
|
|
- :autoScroll='false'
|
|
|
|
|
|
+ :autoScroll="false"
|
|
:total.sync="rules.total"
|
|
:total.sync="rules.total"
|
|
:page.sync="rules.page"
|
|
:page.sync="rules.page"
|
|
:limit.sync="rules.limit"
|
|
:limit.sync="rules.limit"
|