Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
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
ReactWeb5
CivManage
Commits
0c7c176c
Commit
0c7c176c
authored
Nov 30, 2022
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '消息平台配置优化'
parent
0adf9d2f
Pipeline
#64697
passed with stages
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
2 deletions
+51
-2
patrolFeedback.jsx
...nager/patrolMaintenance/patrolFeedback/patrolFeedback.jsx
+49
-2
patrolFeedback.less
...ager/patrolMaintenance/patrolFeedback/patrolFeedback.less
+2
-0
schemeDetail.jsx
...latformCenter/messageManage/schemeDetail/schemeDetail.jsx
+0
-0
No files found.
src/pages/bsmanager/patrolMaintenance/patrolFeedback/patrolFeedback.jsx
View file @
0c7c176c
...
...
@@ -40,7 +40,22 @@ const patrolFeedback = () => {
title
:
'巡检对象'
,
dataIndex
:
'layerName'
,
key
:
'layerName'
,
width
:
150
,
onCell
:
()
=>
({
style
:
{
maxWidth
:
150
,
overflow
:
'hidden'
,
whiteSpace
:
'nowrap'
,
textOverflow
:
'ellipsis'
,
cursor
:
'pointer'
,
},
}),
align
:
'center'
,
render
:
record
=>
(
<
Tooltip
placement=
"topLeft"
title=
{
record
}
>
{
record
}
</
Tooltip
>
),
},
{
title
:
'分组'
,
...
...
@@ -52,13 +67,43 @@ const patrolFeedback = () => {
title
:
'GIS图层'
,
dataIndex
:
'gisLayer'
,
key
:
'gisLayer'
,
width
:
100
,
onCell
:
()
=>
({
style
:
{
maxWidth
:
100
,
overflow
:
'hidden'
,
whiteSpace
:
'nowrap'
,
textOverflow
:
'ellipsis'
,
cursor
:
'pointer'
,
},
}),
align
:
'center'
,
render
:
record
=>
(
<
Tooltip
placement=
"topLeft"
title=
{
record
}
>
{
record
}
</
Tooltip
>
),
},
{
title
:
'GIS条件'
,
dataIndex
:
'gisFilterValue'
,
key
:
'gisFilterValue'
,
width
:
100
,
onCell
:
()
=>
({
style
:
{
maxWidth
:
100
,
overflow
:
'hidden'
,
whiteSpace
:
'nowrap'
,
textOverflow
:
'ellipsis'
,
cursor
:
'pointer'
,
},
}),
align
:
'center'
,
render
:
record
=>
(
<
Tooltip
placement=
"topLeft"
title=
{
record
}
>
{
record
}
</
Tooltip
>
),
},
{
title
:
'反馈表'
,
...
...
@@ -106,7 +151,7 @@ const patrolFeedback = () => {
title
:
'字段集'
,
dataIndex
:
'fields'
,
key
:
'fields'
,
width
:
10
0
,
width
:
5
0
,
align
:
'center'
,
},
// {
...
...
@@ -128,7 +173,7 @@ const patrolFeedback = () => {
dataIndex
:
'roles'
,
key
:
'roles'
,
align
:
'center'
,
width
:
10
0
,
width
:
5
0
,
},
// {
// title: '分组',
...
...
@@ -187,6 +232,8 @@ const patrolFeedback = () => {
if
(
other
.
length
>
0
)
{
data
.
未分组
=
other
;
setGroupName
([
'区域巡检'
,
'DMA巡检'
,
'未分组'
]);
}
else
{
setGroupName
([
'区域巡检'
,
'DMA巡检'
]);
}
}
console
.
log
(
data
);
...
...
src/pages/bsmanager/patrolMaintenance/patrolFeedback/patrolFeedback.less
View file @
0c7c176c
...
...
@@ -95,6 +95,8 @@
position: relative;
transition: width 0.5s;
.title {
margin: 16px 0 10px 16px;
display: inline-block;
...
...
src/pages/platformCenter/messageManage/schemeDetail/schemeDetail.jsx
View file @
0c7c176c
This diff is collapsed.
Click to expand it.
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