教学大纲

This commit is contained in:
2026-08-27 16:39:04 +08:00
parent 1e852d03a9
commit 6e472028c8
@@ -106,7 +106,7 @@
<el-table-column prop="ksfbz" label="课时费单价" width="100" align="right" header-align="center">
<template slot-scope="{ row }">{{ fmtValue(row.ksfbz) }}</template>
</el-table-column>
<el-table-column prop="clksfbz" label="超量课时费单价" width="110" align="right" header-align="center">
<el-table-column prop="clksfbz" label="超量课时费单价" width="120" align="right" header-align="center">
<template slot-scope="{ row }">{{ fmtValue(row.clksfbz) }}</template>
</el-table-column>
</el-table>