Commit 9168e726 authored by 刘怀志's avatar 刘怀志

挂号费为0修改

parent 933e5856
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
show-overflow-tooltip show-overflow-tooltip
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.fees ? moneyFormat(scope.row.fees) + ' 元' : '-' }}</span> <span>{{ scope.row.fees || scope.row.fees === 0 ? moneyFormat(scope.row.fees) + ' 元' : '-' }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column class-name="small-padding fixed-width" label="操作" min-width="80"> <el-table-column class-name="small-padding fixed-width" label="操作" min-width="80">
......
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