|
@@ -81,7 +81,11 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="盲票名称" prop="title" />
|
|
|
- <el-table-column label="盲票面值" prop="facePrice" />
|
|
|
+ <el-table-column label="盲票面值" prop="facePrice" >
|
|
|
+ <template slot-scope="{row}">
|
|
|
+ ¥{{$numberFormat(row.facePrice)}}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="盲票类型" prop="type">
|
|
|
<template slot-scope="{row}">
|
|
|
{{ JSON.parse(row.type).desc }}
|