教学大纲
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
<el-table-column prop="ksfbz" label="课时费单价" width="100" align="right" header-align="center">
|
<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" header-align="center">
|
<el-table-column prop="clksfbz" label="超量课时费单价" width="120" 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user