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
12cd7f52
Commit
12cd7f52
authored
Aug 08, 2023
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '维保模板业务类型支持输入'
parent
6787e07b
Pipeline
#77231
waiting for manual action with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
6 deletions
+17
-6
AddModal.jsx
...ages/bsmanager/patrolMaintenance/maintenance/AddModal.jsx
+17
-6
No files found.
src/pages/bsmanager/patrolMaintenance/maintenance/AddModal.jsx
View file @
12cd7f52
...
...
@@ -21,6 +21,7 @@ import {
Switch
,
TreeSelect
,
message
,
AutoComplete
,
}
from
'antd'
;
import
{
PlusOutlined
,
...
...
@@ -724,6 +725,21 @@ const AddModal = props => {
setShowRule
(
true
);
};
const
options
=
[
{
value
:
'巡检'
,
},
{
value
:
'保养'
,
},
{
value
:
'水箱清洗'
,
},
{
value
:
'扫码巡检'
,
},
];
return
(
<
Drawer
title=
"模板配置"
...
...
@@ -792,12 +808,7 @@ const AddModal = props => {
},
]
}
>
<
Select
placeholder=
"选择业务类型"
onSearch=
{
inputType
}
showSearch
>
<
Option
value=
"巡检"
>
巡检
</
Option
>
<
Option
value=
"保养"
>
保养
</
Option
>
<
Option
value=
"水箱清洗"
>
水箱清洗
</
Option
>
<
Option
value=
"扫码巡检"
>
扫码巡检
</
Option
>
</
Select
>
<
AutoComplete
placeholder=
"选择业务类型"
options=
{
options
}
allowClear
/>
</
Item
>
</
Col
>
<
Col
span=
{
24
}
>
...
...
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