Commit 5b09de93 by wangshuangqing

患者详情 总金额换成金额

parent 29d2441f
......@@ -232,7 +232,7 @@
</template>
</el-table-column>
<el-table-column label="数量" prop="quantity"></el-table-column>
<el-table-column label="金额" prop="fee">
<el-table-column label="金额" prop="fee">
<template slot-scope="scope">
{{ decimal(scope.row.fee) }}
</template>
......@@ -549,7 +549,7 @@ export default {
name: "quantity",
},
{
cloumn: "金额",
cloumn: "金额",
name: "fee",
},
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment