|
@@ -270,7 +270,7 @@
|
|
|
>{{ scope.row.finalSalary | moneyFormat }}元</template
|
|
|
>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" prop label="状态" fixed="right">
|
|
|
+ <el-table-column align="center" prop label="状态" >
|
|
|
<template slot-scope="scope">{{
|
|
|
scope.row.confirmStatus | confirmFilter
|
|
|
}}</template>
|
|
@@ -280,9 +280,8 @@
|
|
|
prop="memo"
|
|
|
label="备注"
|
|
|
width="300"
|
|
|
- fixed="right"
|
|
|
></el-table-column>
|
|
|
- <el-table-column align="center" label="操作" fixed="right">
|
|
|
+ <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)"
|