Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AmosBankView
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bank
AmosBankView
Commits
a4a3ee0b
Commit
a4a3ee0b
authored
May 18, 2020
by
xinglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改巡检点执行人列宽
parent
b8ef8a43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
RiskContentTable.js
src/view/bank/3dview/points/dialogModel/RiskContentTable.js
+4
-4
No files found.
src/view/bank/3dview/points/dialogModel/RiskContentTable.js
View file @
a4a3ee0b
...
@@ -21,13 +21,13 @@ const checkListColumns = (self) => {
...
@@ -21,13 +21,13 @@ const checkListColumns = (self) => {
title
:
'执行部门'
,
title
:
'执行部门'
,
dataIndex
:
'deptName'
,
dataIndex
:
'deptName'
,
key
:
'deptName'
,
key
:
'deptName'
,
width
:
'1
7
%'
width
:
'1
4
%'
},
},
{
{
title
:
'执行人'
,
title
:
'执行人'
,
dataIndex
:
'userName'
,
dataIndex
:
'userName'
,
key
:
'userName'
,
key
:
'userName'
,
width
:
'1
0
%'
width
:
'1
3
%'
},
},
{
{
title
:
'巡检时间'
,
title
:
'巡检时间'
,
...
@@ -53,9 +53,9 @@ const checkListColumns = (self) => {
...
@@ -53,9 +53,9 @@ const checkListColumns = (self) => {
return
<
span
><
a
href
=
"javascript:;"
onClick
=
{
function
()
{
self
.
onCheckStatusClick
(
record
);
}}
>
return
<
span
><
a
href
=
"javascript:;"
onClick
=
{
function
()
{
self
.
onCheckStatusClick
(
record
);
}}
>
{
text
}
{
text
}
<
/a></
span
>
;
<
/a></
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