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
e93c082c
Commit
e93c082c
authored
Mar 02, 2023
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 样式修改
parent
dd566d98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
43 deletions
+22
-43
src/views/taskManage/index.vue
+22
-43
No files found.
src/views/taskManage/index.vue
View file @
e93c082c
...
...
@@ -195,7 +195,7 @@
<span>
已归档
</span>
</div>
</div>
<div
class=
"content"
>
<div
class=
"content"
v-loading=
"detailLoading"
>
<div
class=
"detail_list"
>
<div
class=
"item_wrap"
>
<p
class=
"item"
style=
"width: 100%"
>
...
...
@@ -402,6 +402,7 @@ export default {
return
{
loading
:
false
,
detailLoading
:
false
,
user
:
''
,
textarea
:
''
,
centerPageOptions
:
{
...
...
@@ -415,7 +416,7 @@ export default {
selections
:
[],
is_tab
:
'1'
,
statusCode
:
'PRE_HANDLING'
,
searchForm
:
{
timeProp
:
'create_time'
},
searchForm
:
{
timeProp
:
'create_time'
,
sign
:
1
},
isEdit
:
false
,
sourceData
:
[],
currentRowId
:
''
,
...
...
@@ -452,16 +453,12 @@ export default {
minWidth
:
120
,
align
:
'left'
,
render
:
(
item
)
=>
(
<
span
>
<
span
class
=
{
item
.
sign
===
0
?
'set-blue'
:
'order-title'
}
>
{
item
.
title
}
<
/span
>
<
span
style
=
"position: relative;"
>
<
span
>
{
item
.
title
}
<
/span
>
{
item
.
sign
===
1
&&
item
.
orderStatus
===
'PRE_HANDLING'
&&
(
<
i
class
=
"el-icon-info"
title
=
"待回复"
><
/i
>
)}
<
/span
>
),
},
...
...
@@ -573,13 +570,6 @@ export default {
)
{
return
'order-green'
}
if
(
row
.
orderStatus
===
'PRE_HANDLING'
&&
columnIndex
===
4
&&
!
row
.
sign
)
{
return
'order-orange'
}
if
(
columnIndex
===
4
)
{
return
'order-grey'
}
...
...
@@ -743,6 +733,7 @@ export default {
}
try
{
this
.
detailLoading
=
true
const
res
=
await
replyTocustomer
(
this
.
currentRowId
,
this
.
textarea
,
...
...
@@ -752,11 +743,14 @@ export default {
}
}
catch
(
e
)
{
console
.
error
(
e
)
}
finally
{
this
.
detailLoading
=
false
}
},
async
showDetail
(
item
)
{
this
.
currentRowId
=
item
.
id
this
.
detail
=
item
this
.
detailLoading
=
true
axios
.
get
(
`platform/platformWorkOrderChat/getByWorkOrder?workOrderId=
${
item
.
id
}
`
,
...
...
@@ -765,6 +759,7 @@ export default {
if
(
res
.
code
===
200
)
{
this
.
chatRecord
=
res
.
data
}
this
.
detailLoading
=
false
})
this
.
detailVisible
=
true
this
.
textarea
=
''
...
...
@@ -780,22 +775,22 @@ export default {
&::v-deep
{
.order-blue
{
background-color
:
#409
EFF
!important
;
background-color
:
#409
eff
!important
;
color
:
#fff
;
}
.order-red
{
background-color
:
#
F56C6C
!important
;
background-color
:
#
f56c6c
!important
;
color
:
#fff
;
}
.order-green
{
background-color
:
#67
C23A
!important
;
background-color
:
#67
c23a
!important
;
color
:
#fff
;
}
.order-orange
{
background-color
:
#
E6A23C
!important
;
background-color
:
#
e6a23c
!important
;
color
:
#fff
;
}
...
...
@@ -803,29 +798,13 @@ export default {
background-color
:
#909399
!important
;
color
:
#fff
;
}
.set-blue
{
margin-left
:
20px
;
}
.el-table
tr
{
position
:
relative
;
}
.set-blue
::after
{
.el-icon-info
::before
{
position
:
absolute
;
content
:
''
;
display
:
inline-block
;
width
:
8px
;
height
:
8px
;
background-color
:
green
;
border-radius
:
50%
;
left
:
6px
;
right
:
-13px
;
top
:
50%
;
transform
:
translateY
(
-50%
);
}
.order-title
{
margin-left
:
20px
;
color
:
#f56c6c
;
cursor
:
pointer
;
}
.el-tree-node
{
font-size
:
14px
;
...
...
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