Commit 177a9418 by end

修改

parent c7fbcb68
......@@ -37,12 +37,6 @@ class UserTable extends Component {
ellipsis: true, //bug-liyuan
},
{
//task-1116-liyuan 表格增加 微信绑定状态 列
title: "微信绑定状态",
ellipsis: true, //bug-12037-cwj
dataIndex: "bindWeChat",
},
{
title: "职务",
dataIndex: "position",
render: text => {
......@@ -75,7 +69,7 @@ class UserTable extends Component {
{
title: "操作",
key: "action",
width: "20%",
width: "28%",
render: (text, record, index) => {
return (
<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