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
7bd3d305
Commit
7bd3d305
authored
Jan 22, 2024
by
田翔
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://g.civnet.cn:8443/ReactWeb5/maintenance
parents
810ea3f2
11b9cb9f
Pipeline
#84512
waiting for manual action with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
ProjectManage.jsx
...tformCenter/messageManage/projectManage/ProjectManage.jsx
+4
-0
AddModal.jsx
...nter/messageManage/templateManage/components/AddModal.jsx
+1
-1
EditModal.jsx
...ter/messageManage/templateManage/components/EditModal.jsx
+1
-1
No files found.
src/pages/platformCenter/messageManage/projectManage/ProjectManage.jsx
View file @
7bd3d305
...
...
@@ -186,6 +186,10 @@ const ProjectManage = props => {
render
:
record
=>
{
if
(
record
===
'1'
)
{
return
<
Tag
color=
"success"
>
是
</
Tag
>;
}
else
if
(
record
===
'是'
)
{
return
<
Tag
color=
"success"
>
是
</
Tag
>;
}
else
if
(
record
===
'否'
)
{
return
<
Tag
color=
"processing"
>
否
</
Tag
>;
}
return
<
Tag
color=
"processing"
>
否
</
Tag
>;
},
...
...
src/pages/platformCenter/messageManage/templateManage/components/AddModal.jsx
View file @
7bd3d305
...
...
@@ -241,7 +241,7 @@ const AddModal = props => {
<
Item
label=
"模板参数(仅针对2.0规则)"
labelCol=
{
{
span
:
6
}
}
name=
"params"
>
<
TextArea
rows=
{
2
}
style=
{
{
width
:
'95%'
}
}
placeholder=
"first|Second|Third|Four"
/>
</
Item
>
<
Item
label=
"解析参数(仅针对2.0规则)"
labelCol=
{
{
span
:
6
}
}
name=
"param1"
>
<
Item
label=
"
API
解析参数(仅针对2.0规则)"
labelCol=
{
{
span
:
6
}
}
name=
"param1"
>
<
TextArea
rows=
{
2
}
style=
{
{
width
:
'95%'
}
}
placeholder=
"first|Second|Third|Four"
/>
</
Item
>
<
Item
label=
"参数说明"
name=
"desc"
labelCol=
{
{
span
:
6
}
}
>
...
...
src/pages/platformCenter/messageManage/templateManage/components/EditModal.jsx
View file @
7bd3d305
...
...
@@ -251,7 +251,7 @@ const EditModal = props => {
<
Item
label=
"模板参数(仅针对2.0规则)"
labelCol=
{
{
span
:
6
}
}
name=
"params"
>
<
TextArea
rows=
{
2
}
style=
{
{
width
:
'95%'
}
}
placeholder=
"first|Second|Third|Four"
/>
</
Item
>
<
Item
label=
"解析参数(仅针对2.0规则)"
labelCol=
{
{
span
:
6
}
}
name=
"param1"
>
<
Item
label=
"
API
解析参数(仅针对2.0规则)"
labelCol=
{
{
span
:
6
}
}
name=
"param1"
>
<
TextArea
rows=
{
2
}
style=
{
{
width
:
'95%'
}
}
placeholder=
"first|Second|Third|Four"
/>
</
Item
>
<
Item
label=
"参数说明"
labelCol=
{
{
span
:
6
}
}
name=
"desc"
>
...
...
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