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
e6582e42
Commit
e6582e42
authored
Jan 23, 2024
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '设备库配置不展示卡片字段'
parent
6f288111
Pipeline
#84596
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
maintenance.jsx
...s/bsmanager/patrolMaintenance/maintenance/maintenance.jsx
+14
-14
No files found.
src/pages/bsmanager/patrolMaintenance/maintenance/maintenance.jsx
View file @
e6582e42
...
...
@@ -623,20 +623,20 @@ const maintenance = () => {
</
Tooltip
>
),
},
{
title
:
'卡片字段'
,
dataIndex
:
'CarField'
,
key
:
'CarField'
,
width
:
100
,
align
:
'center'
,
render
:
record
=>
{
if
(
record
)
{
return
<
Tag
color=
"success"
>
已配置
</
Tag
>;
}
else
{
return
<
Tag
color=
"processing"
>
未配置
</
Tag
>;
}
},
},
//
{
//
title: '卡片字段',
//
dataIndex: 'CarField',
//
key: 'CarField',
//
width: 100,
//
align: 'center',
//
render: record => {
//
if (record) {
//
return <Tag color="success">已配置</Tag>;
//
} else {
//
return <Tag color="processing">未配置</Tag>;
//
}
//
},
//
},
{
title
:
'详情字段'
,
dataIndex
:
'DetailsField'
,
...
...
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