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
e65a7f5d
Commit
e65a7f5d
authored
Jul 23, 2021
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改数据字典UI
parent
bc7af539
Pipeline
#32008
skipped with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
10 deletions
+16
-10
WebDic.js
src/pages/dataCenter/dictionary1/WebDic.js
+10
-10
WebDic.less
src/pages/dataCenter/dictionary1/WebDic.less
+6
-0
No files found.
src/pages/dataCenter/dictionary1/WebDic.js
View file @
e65a7f5d
...
...
@@ -320,13 +320,13 @@ const WebDic = () => {
// }
//导出
const
submitOutPut
=
()
=>
{
ExportDataDictionary
().
then
((
res
)
=>
{
notification
.
success
({
message
:
'执行成功'
,
});
})
}
//
const submitOutPut = () => {
//
ExportDataDictionary().then((res) => {
//
notification.success({
//
message: '执行成功',
//
});
//
})
//
}
// const inPutOutPut = () => {
// setInPutOutPutVisible(true);
// }
...
...
@@ -549,11 +549,11 @@ const WebDic = () => {
<
SearchOutlined
onClick
=
{()
=>
onSearch
()}
/><span style={{ verticalAlign: 'middle', marginLeft: '6px', marginRight: "40px", cursor: "pointer" }} onClick={
()
=> onSearch
()
}>查找条目</
span
>
<
/span
>
<
span
>
<
UploadOutlined
/><
span
style
=
{{
verticalAlign
:
'middle'
,
marginLeft
:
'6px'
,
marginRight
:
"40px"
,
cursor
:
"pointer"
}}
><
a
style
=
{{
color
:
'rgba(0, 0, 0, 0.85)'
}}
onClick
=
{()
=>
submitOutPut
()}
href
=
"/PandaOMS/OMS/DataManger/ExportDataDictionary"
>
导出数据
<
/a></
span
>
<
DownloadOutlined
/><
span
style
=
{{
verticalAlign
:
'middle'
,
marginLeft
:
'6px'
,
marginRight
:
"40px"
,
cursor
:
"pointer"
}}
><
a
style
=
{{
color
:
'rgba(0, 0, 0, 0.85)'
}}
href
=
"/PandaOMS/OMS/DataManger/ExportDataDictionary"
>
导出数据
<
/a></
span
>
<
/span
>
<
span
>
<
Down
loadOutlined
/><
span
style
=
{{
verticalAlign
:
'middle'
,
marginLeft
:
'6px'
,
marginRight
:
"40px"
,
cursor
:
"pointer"
}}
><
span
style
=
{{
color
:
'rgba(0, 0, 0, 0.85)'
}}
onClick
=
{()
=>
submitInput
()}
>
导入数据
<
/span></
span
>
<
Up
loadOutlined
/><
span
style
=
{{
verticalAlign
:
'middle'
,
marginLeft
:
'6px'
,
marginRight
:
"40px"
,
cursor
:
"pointer"
}}
><
span
style
=
{{
color
:
'rgba(0, 0, 0, 0.85)'
}}
onClick
=
{()
=>
submitInput
()}
>
导入数据
<
/span></
span
>
<
/span
>
<
/div
>
...
...
@@ -829,7 +829,7 @@ const WebDic = () => {
okText
=
"确认"
cancelText
=
"取消"
>
<
Upload
{...
props
}
>
<
Down
loadOutlined
/><
span
style
=
{{
verticalAlign
:
'middle'
,
marginLeft
:
'6px'
,
marginRight
:
"40px"
,
cursor
:
"pointer"
}}
><
a
style
=
{{
color
:
'rgba(0, 0, 0, 0.85)'
}}
>
导入数据
<
/a></
span
>
<
Up
loadOutlined
/><
span
style
=
{{
verticalAlign
:
'middle'
,
marginLeft
:
'6px'
,
marginRight
:
"40px"
,
cursor
:
"pointer"
}}
><
a
style
=
{{
color
:
'rgba(0, 0, 0, 0.85)'
}}
>
导入数据
<
/a></
span
>
<
/Upload
>
<
/Modal
>
<
/div
>
...
...
src/pages/dataCenter/dictionary1/WebDic.less
View file @
e65a7f5d
...
...
@@ -14,6 +14,12 @@
.clickRowStyle:hover>td{
background: #aed8fa;
}
.clickRowStyle1{
background: #b9dbfa;
}
.clickRowStyle1:hover>td{
background: #9ec3e2;
}
}
.ant-table-body{
max-height: calc(100vh - 338px) !important;
...
...
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