|
@@ -58,7 +58,10 @@
|
|
|
<el-form-item>
|
|
|
<el-button type="danger" native-type="submit">搜索</el-button>
|
|
|
<el-button native-type="reset" type="primary">重置</el-button>
|
|
|
- <el-button @click="onExport" type="primary">导出</el-button>
|
|
|
+ <auth :auths="['export/noClassGroupStudentList']">
|
|
|
+ <el-button @click="onExport" type="primary">导出</el-button>
|
|
|
+ </auth>
|
|
|
+
|
|
|
</el-form-item>
|
|
|
</save-form>
|
|
|
<div class="tableWrap">
|