Browse Source

修改样式

lex-xin 4 years ago
parent
commit
f1b5f986a5
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/views/workBenchManager/classFeesIsOk.vue

+ 2 - 3
src/views/workBenchManager/classFeesIsOk.vue

@@ -270,7 +270,7 @@
               >{{ scope.row.finalSalary | moneyFormat }}元</template
               >{{ scope.row.finalSalary | moneyFormat }}元</template
             >
             >
           </el-table-column>
           </el-table-column>
-          <el-table-column align="center" prop label="状态" fixed="right">
+          <el-table-column align="center" prop label="状态" >
             <template slot-scope="scope">{{
             <template slot-scope="scope">{{
               scope.row.confirmStatus | confirmFilter
               scope.row.confirmStatus | confirmFilter
             }}</template>
             }}</template>
@@ -280,9 +280,8 @@
             prop="memo"
             prop="memo"
             label="备注"
             label="备注"
             width="300"
             width="300"
-            fixed="right"
           ></el-table-column>
           ></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">
             <template slot-scope="scope">
               <auth auths='teacherSalaryModifyLog/add'>
               <auth auths='teacherSalaryModifyLog/add'>
                 <el-button type="text" @click="resetSalary(scope.row)"
                 <el-button type="text" @click="resetSalary(scope.row)"