Commit 17766dc0 authored by 黄卓's avatar 黄卓

货币汇率管理增加一个人民币兑外币的列 最后更新时间

https://zentao.jdshangmen.com/task-view-1345.html
parent d9ed1da1
......@@ -73,7 +73,7 @@
<!-- </el-table-column>-->
<el-table-column label="最后更新时间" align="center" prop="updateAt" width="180">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.updateAt) }}</span>
<span>{{ parseTime(scope.row.updateTime) }}</span>
</template>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
......
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