课时补助核算

This commit is contained in:
2026-08-23 16:33:10 +08:00
parent 001a264f16
commit 29387b3193
@@ -83,30 +83,30 @@
<el-table-column prop="jyxm" label="教员姓名" width="100" align="center" show-overflow-tooltip /> <el-table-column prop="jyxm" label="教员姓名" width="100" align="center" show-overflow-tooltip />
<el-table-column prop="zc" label="职称" width="90" align="center" show-overflow-tooltip /> <el-table-column prop="zc" label="职称" width="90" align="center" show-overflow-tooltip />
<el-table-column prop="nf" label="年份" width="70" align="center" /> <el-table-column prop="nf" label="年份" width="70" align="center" />
<el-table-column prop="sbn" label="上半年" width="90" align="right"> <el-table-column prop="sbn" label="上半年" width="90" align="right" header-align="center">
<template slot-scope="{ row }">{{ fmtValue(row.sbn) }}</template> <template slot-scope="{ row }">{{ fmtValue(row.sbn) }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="xbn" label="下半年" width="90" align="right"> <el-table-column prop="xbn" label="下半年" width="90" align="right" header-align="center">
<template slot-scope="{ row }">{{ fmtValue(row.xbn) }}</template> <template slot-scope="{ row }">{{ fmtValue(row.xbn) }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="zj" label="总计" width="90" align="right"> <el-table-column prop="zj" label="总计" width="90" align="right" header-align="center">
<template slot-scope="{ row }">{{ fmtValue(row.zj) }}</template> <template slot-scope="{ row }">{{ fmtValue(row.zj) }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="bzksl" label="标准课时量" width="100" align="right"> <el-table-column prop="bzksl" label="标准课时量" width="100" align="right" header-align="center">
<template slot-scope="{ row }">{{ fmtValue(row.bzksl) }}</template> <template slot-scope="{ row }">{{ fmtValue(row.bzksl) }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="cks" label="超课时" width="90" align="right"> <el-table-column prop="cks" label="超课时" width="90" align="right" header-align="center">
<template slot-scope="{ row }">{{ fmtValue(row.cks) }}</template> <template slot-scope="{ row }">{{ fmtValue(row.cks) }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="jsgs" label="计算过程" min-width="140" show-overflow-tooltip /> <el-table-column prop="jsgs" label="计算过程" min-width="140" show-overflow-tooltip />
<el-table-column prop="jg" label="结果" width="90" align="right"> <el-table-column prop="jg" label="结果" width="90" align="right" header-align="center">
<template slot-scope="{ row }">{{ fmtValue(row.jg) }}</template> <template slot-scope="{ row }">{{ fmtValue(row.jg) }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="ksfbzmc" label="课时费标准" width="110" align="center" show-overflow-tooltip /> <el-table-column prop="ksfbzmc" label="课时费标准" width="110" align="center" show-overflow-tooltip />
<el-table-column prop="ksfbz" label="课时费单价" width="100" align="right"> <el-table-column prop="ksfbz" label="课时费单价" width="100" align="right" header-align="center">
<template slot-scope="{ row }">{{ fmtValue(row.ksfbz) }}</template> <template slot-scope="{ row }">{{ fmtValue(row.ksfbz) }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="clksfbz" label="超量课时费单价" width="110" align="right"> <el-table-column prop="clksfbz" label="超量课时费单价" width="110" align="right" header-align="center">
<template slot-scope="{ row }">{{ fmtValue(row.clksfbz) }}</template> <template slot-scope="{ row }">{{ fmtValue(row.clksfbz) }}</template>
</el-table-column> </el-table-column>
</el-table> </el-table>