|
@@ -281,7 +281,7 @@
|
|
|
label="备注"
|
|
|
width="300"
|
|
|
></el-table-column>
|
|
|
- <el-table-column align="center" label="操作" fixed="right" v-if="$helpers.permission('teacherSalaryModifyLog/add')">
|
|
|
+ <!-- <el-table-column align="center" label="操作" fixed="right" v-if="$helpers.permission('teacherSalaryModifyLog/add')">
|
|
|
<template slot-scope="scope">
|
|
|
<auth auths='teacherSalaryModifyLog/add'>
|
|
|
<el-button type="text" @click="resetSalary(scope.row)"
|
|
@@ -289,7 +289,7 @@
|
|
|
>
|
|
|
</auth>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
</el-table>
|
|
|
<pagination
|
|
|
sync
|