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
3d7123dc
Commit
3d7123dc
authored
Dec 22, 2022
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '优化事件添加功能样式'
parent
9aee8da0
Pipeline
#65759
passed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
29 deletions
+22
-29
AddModal.jsx
src/pages/bsmanager/workOrder/incident/AddModal.jsx
+22
-29
No files found.
src/pages/bsmanager/workOrder/incident/AddModal.jsx
View file @
3d7123dc
...
...
@@ -1525,34 +1525,26 @@ const AddModal = props => {
</
Select
>
</
Item
>
</
Col
>
<
Col
span=
{
5
}
>
<
Item
/>
</
Col
>
<
Col
span=
{
19
}
>
<
Item
>
<
span
>
客户端上报和派单(需配置事件权限、受理流程)
</
span
>
</
Item
>
</
Col
>
</
Row
>
<
Item
style=
{
{
marginBottom
:
'0px'
}
}
>
<
span
style=
{
{
marginLeft
:
'112px'
}
}
>
客户端上报(需配置事件权限、受理流程)
</
span
>
</
Item
>
<
div
style=
{
{
display
:
'inline-block'
,
marginLeft
:
'112px'
,
marginRight
:
'50px'
}
}
>
<
Item
name=
"ReportFromWeb"
>
<
Checkbox
onChange=
{
onChange3
}
checked=
{
ReportFromWeb
}
>
前端
</
Checkbox
>
</
Item
>
</
div
>
<
div
style=
{
{
display
:
'inline-block'
}
}
>
<
Item
name=
"ReportFromMobile"
>
<
Checkbox
onChange=
{
onChange4
}
checked=
{
ReportFromMobile
}
>
手持
</
Checkbox
>
</
Item
>
</
div
>
{
/* </Item> */
}
<
Col
span=
{
5
}
>
<
Item
/>
</
Col
>
<
Col
span=
{
4
}
>
<
Item
name=
"ReportFromWeb"
>
<
Checkbox
onChange=
{
onChange3
}
checked=
{
ReportFromWeb
}
>
前端
</
Checkbox
>
</
Item
>
</
Col
>
<
Col
span=
{
15
}
>
<
Item
name=
"ReportFromMobile"
>
<
Checkbox
onChange=
{
onChange4
}
checked=
{
ReportFromMobile
}
>
手持
</
Checkbox
>
</
Item
>
{
/* </Item> */
}
</
Col
>
{
/* <Col span={5}>
<Item />
</Col>
...
...
@@ -1563,6 +1555,7 @@ const AddModal = props => {
</Checkbox>
</Item>
</Col> */
}
<
Row
>
<
Col
span=
{
24
}
>
<
Item
label=
{
...
...
@@ -1900,11 +1893,11 @@ const AddModal = props => {
<
InfoCircleOutlined
style=
{
{
color
:
'#1890ff'
,
marginRight
:
'2px'
marginRight
:
'2px'
,
}
}
/>
</
Tooltip
>
<
span
>
是否内置
</
span
>
<
span
>
内置使用
</
span
>
</
div
>
}
labelCol=
{
{
span
:
5
}
}
...
...
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