Commit 9d9396e1 by chengming

修改

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