File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
src/views/mall/trade/brokerage/record Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 72
72
</el-table-column >
73
73
<el-table-column label =" 业务编号" align =" center" prop =" bizId" min-width =" 80" />
74
74
<el-table-column label =" 标题" align =" center" prop =" title" min-width =" 110" />
75
- <el-table-column label =" 金额" align =" center" prop =" price" min-width =" 60" />
75
+ <el-table-column
76
+ label =" 金额"
77
+ align =" center"
78
+ prop =" price"
79
+ min-width =" 60"
80
+ :formatter =" fenToYuanFormat"
81
+ />
76
82
<el-table-column label =" 说明" align =" center" prop =" description" min-width =" 120" />
77
83
<el-table-column label =" 状态" align =" center" prop =" status" min-width =" 85" >
78
84
<template #default =" scope " >
108
114
import { DICT_TYPE , getIntDictOptions } from ' @/utils/dict'
109
115
import { dateFormatter } from ' @/utils/formatTime'
110
116
import * as BrokerageRecordApi from ' @/api/mall/trade/brokerage/record'
117
+ import { fenToYuanFormat } from ' @/utils/formatter'
111
118
112
119
defineOptions ({ name: ' TradeBrokerageRecord' })
113
120
You can’t perform that action at this time.
0 commit comments