Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sass-admin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj_app
sass-admin
Commits
177a9418
Commit
177a9418
authored
Jun 13, 2025
by
end
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
c7fbcb68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
+1
-7
src/pages/SystemManagement/Organization/UserTable/UserTable.jsx
+1
-7
No files found.
src/pages/SystemManagement/Organization/UserTable/UserTable.jsx
View file @
177a9418
...
...
@@ -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
:
"2
0
%"
,
width
:
"2
8
%"
,
render
:
(
text
,
record
,
index
)
=>
{
return
(
<
span
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment