Commit 9d9396e1 by chengming

修改

parent eeb6ce4b
...@@ -137,13 +137,13 @@ class CurrencyOption extends React.Component { ...@@ -137,13 +137,13 @@ class CurrencyOption extends React.Component {
const columns1 = [ const columns1 = [
{ {
title: "用户名", title: "用户名",
dataIndex: "name", dataIndex: "accountName",
key: "name", key: "accountName",
}, },
{ {
title: "姓名", title: "姓名",
dataIndex: "accountName", dataIndex: "name",
key: "accountName", key: "name",
}, },
{ {
title: "兑换商品", title: "兑换商品",
......
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