Ver código fonte

修改样式

lex-xin 4 anos atrás
pai
commit
f1b5f986a5
1 arquivos alterados com 2 adições e 3 exclusões
  1. 2 3
      src/views/workBenchManager/classFeesIsOk.vue

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

@@ -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)"