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
49362fba
Commit
49362fba
authored
Jun 22, 2021
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改催办和超时标识
parent
6dcd0db6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
+11
-9
data.js
src/pages/AfterSaleManage/data.js
+2
-4
staticdata.js
src/pages/afterSale/appeal/staticdata.js
+9
-5
No files found.
src/pages/AfterSaleManage/data.js
View file @
49362fba
...
...
@@ -16,9 +16,9 @@ export const columnSticData = [
title
:
'
售后单ID
'
,
dataIndex
:
'
serviceNo
'
,
width
:
300
,
render
:
(
order
No
,
r
)
=>
(
render
:
(
service
No
,
r
)
=>
(
<
div
>
<
Tag
className
=
"
mr10
"
>
{
r
.
serviceNo
}
<
/Tag
>
{
r
.
timeout
?
<
Tag
color
=
"
red
"
>
{
serviceNo
}
<
/Tag> : serviceNo
}
{
<
Badge
count
=
{
r
.
reminderFlag
?
'
催
'
:
''
}
size
=
"
default
"
/>
}
<
/div
>
),
...
...
@@ -28,8 +28,6 @@ export const columnSticData = [
dataIndex
:
'
orderNo
'
,
hideInSearch
:
true
,
width
:
300
,
// eslint-disable-next-line no-confusing-arrow
render
:
(
orderNo
,
r
)
=>
<
div
>
{
r
.
timeout
?
<
Tag
color
=
"
red
"
>
{
orderNo
}
<
/Tag> : orderNo}</
div
>
,
},
{
title
:
'
售后状态
'
,
...
...
src/pages/afterSale/appeal/staticdata.js
View file @
49362fba
...
...
@@ -15,6 +15,15 @@ export function columns(res) {
width
:
300
,
dataIndex
:
'
appealNo
'
,
key
:
'
appealNo
'
,
// eslint-disable-next-line no-confusing-arrow
render
:
(
appealNo
,
row
)
=>
row
.
timeout
?
(
<
Tag
color
=
"
red
"
key
=
{
appealNo
}
>
{
appealNo
}
<
/Tag
>
)
:
(
appealNo
),
},
{
title
:
'
售后单ID
'
,
...
...
@@ -27,11 +36,6 @@ export function columns(res) {
width
:
200
,
dataIndex
:
'
orderNo
'
,
key
:
'
orderNo
'
,
render
:
(
orderNo
,
row
)
=>
(
<
Tag
color
=
{
row
.
timeout
?
'
red
'
:
'
green
'
}
key
=
{
orderNo
}
>
{
orderNo
}
<
/Tag
>
),
},
{
title
:
'
申诉单开始时间
'
,
...
...
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