Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
acf96b7f
Commit
acf96b7f
authored
Sep 05, 2023
by
yangzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:工单样式修改
parent
3415c1bc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
src/assets/work/complete.png
+0
-0
src/assets/work/complete1.png
+0
-0
src/views/taskManage/index.vue
+18
-2
No files found.
src/assets/work/complete.png
View file @
acf96b7f
1007 Bytes
|
W:
|
H:
594 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/work/complete1.png
0 → 100644
View file @
acf96b7f
1007 Bytes
src/views/taskManage/index.vue
View file @
acf96b7f
...
...
@@ -1224,7 +1224,7 @@ export default {
{
label
:
'操作'
,
fixed
:
'right'
,
width
:
120
,
width
:
this
.
columnWidth
()
,
align
:
'center'
,
render
:
item
=>
(
<
span
>
...
...
@@ -1307,7 +1307,7 @@ export default {
<
/span
>
)}
{
item
.
orderStatus
===
'IN_PROGRESS'
&&
(
<
span
title
=
"处理完成"
class
=
"icon-view
icon-tools-view
"
>
<
span
title
=
"处理完成"
class
=
"icon-view"
>
<
img
width
=
"24"
height
=
"24"
...
...
@@ -1368,6 +1368,22 @@ export default {
},
},
methods
:
{
columnWidth
()
{
if
(
this
.
statusCode
===
'IN_PROGRESS'
)
{
return
'160'
}
else
if
(
this
.
statusCode
===
'ARCHIVE'
)
{
return
'70'
}
else
if
(
this
.
statusCode
===
'PRE_HANDLING'
||
this
.
statusCode
===
'PAUSEING'
||
this
.
statusCode
===
'ACCEPTANCEING'
||
this
.
statusCode
===
'CLOSED'
)
{
return
'90'
}
else
{
return
'120'
}
},
// 排序
sortChange
(
column
)
{
if
(
column
.
order
===
'asc'
)
{
...
...
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