Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
merchant-manage-ui
Commits
6b98462e
Commit
6b98462e
authored
Apr 19, 2022
by
lxd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 样式修复
parent
03447303
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
6 deletions
+11
-6
data.js
src/pages/PaymentMange/ToExamine/data.js
+1
-1
index.jsx
src/pages/PaymentMange/ToExamine/index.jsx
+1
-1
data.js
src/pages/PaymentMange/data.js
+1
-1
index.jsx
src/pages/PaymentMange/index.jsx
+1
-1
style.less
src/pages/PaymentMange/style.less
+5
-0
index.jsx
src/pages/ReconciliationQuery/index.jsx
+1
-1
index.jsx
src/pages/SettlementSheet/index.jsx
+1
-1
No files found.
src/pages/PaymentMange/ToExamine/data.js
View file @
6b98462e
...
...
@@ -25,5 +25,5 @@ export function detailsModal() {
export
const
formItemLayout
=
{
labelCol
:
{
span
:
6
},
wrapperCol
:
{
span
:
1
4
},
wrapperCol
:
{
span
:
1
8
},
};
src/pages/PaymentMange/ToExamine/index.jsx
View file @
6b98462e
...
...
@@ -82,7 +82,7 @@ class toExamine extends Component {
})(<
Input
.
TextArea
rows=
{
5
}
disabled
/>)
}
</
FormItem
>
)
:
(
''
<
div
className=
"tipMessage"
>
支持格式:pdf/doc/docx/png/jpeg/.zip/.rar
</
div
>
)
}
</
Form
>
</
Modal
>
...
...
src/pages/PaymentMange/data.js
View file @
6b98462e
...
...
@@ -148,7 +148,7 @@ export function columns(res, pages) {
<
Button
type
=
"
primary
"
disabled
=
{
!
((
row
.
blueInvoiceState
===
1
||
row
.
blueInvoiceState
===
3
)
&&
row
.
payState
===
3
)
(
row
.
blueInvoiceState
===
1
||
row
.
blueInvoiceState
===
3
)
&&
row
.
payState
===
3
}
className
=
{
styles
.
button
}
onClick
=
{()
=>
res
.
edit
(
1
,
row
)}
...
...
src/pages/PaymentMange/index.jsx
View file @
6b98462e
...
...
@@ -151,7 +151,7 @@ const PaymentMange = () => {
];
return
(
<
Spin
tip=
"
Loading
..."
spinning=
{
loading
}
delay=
{
100
}
>
<
Spin
tip=
"
处理中
..."
spinning=
{
loading
}
delay=
{
100
}
>
<
PageHeaderWrapper
>
<
ProTable
actionRef=
{
actionRef
}
...
...
src/pages/PaymentMange/style.less
View file @
6b98462e
...
...
@@ -16,5 +16,10 @@
.ant-btn-primary {
margin-left: 20px;
}
.tipMessage {
margin-top: -20px;
padding-left: 5px;
color: red;
}
}
}
src/pages/ReconciliationQuery/index.jsx
View file @
6b98462e
...
...
@@ -129,7 +129,7 @@ const ReconciliationQuery = () => {
</
Button
>,
];
return
(
<
Spin
tip=
"
Loading
..."
spinning=
{
loading
}
delay=
{
100
}
>
<
Spin
tip=
"
处理中
..."
spinning=
{
loading
}
delay=
{
100
}
>
<
PageHeaderWrapper
>
<
ProTable
actionRef=
{
actionRef
}
...
...
src/pages/SettlementSheet/index.jsx
View file @
6b98462e
...
...
@@ -135,7 +135,7 @@ const SettlementSheet = () => {
</
Button
>,
];
return
(
<
Spin
tip=
"
Loading
..."
spinning=
{
loading
}
delay=
{
100
}
>
<
Spin
tip=
"
处理中
..."
spinning=
{
loading
}
delay=
{
100
}
>
<
PageHeaderWrapper
>
<
ProTable
actionRef=
{
actionRef
}
...
...
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