Commit 42517cb1 authored by huyf's avatar huyf

ueditor

parent 4e75ae10
......@@ -53,7 +53,7 @@
<!-- 列表 -->
<el-table v-loading="loading" :data="list">
<el-table-column label="" align="center" prop="id" />
<el-table-column label="编号" align="center" prop="id" />
<el-table-column label="金额" align="center" prop="fromFee">
<template slot-scope="scope">
<span>{{scope.row.fromFee}}{{ scope.row.fromCurrency | currencyDataFilter(currencyDictDatas) }}</span>
......
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