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
66637e5c
Commit
66637e5c
authored
Mar 01, 2023
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 工单修改
parent
b039f7be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
6 deletions
+52
-6
src/views/taskManage/index.vue
+52
-6
No files found.
src/views/taskManage/index.vue
View file @
66637e5c
...
@@ -90,6 +90,22 @@
...
@@ -90,6 +90,22 @@
></el-option>
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"沟通状态"
>
<el-select
v-model=
"searchForm.sign"
placeholder=
"请选择"
clearable
>
<el-option
label=
"待回复"
:value=
"1"
></el-option>
<el-option
label=
"已回复"
:value=
"0"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label
>
<el-form-item
label
>
<el-button
<el-button
@
click=
"getlist()"
@
click=
"getlist()"
...
@@ -104,9 +120,39 @@
...
@@ -104,9 +120,39 @@
<table-view
<table-view
:tableColumns=
"tableColumns"
:tableColumns=
"tableColumns"
:sourceData=
"sourceData"
:sourceData=
"sourceData"
selection
>
@
selectionChange=
"selectionChange"
<template
#
serialNumberRender=
"
{ row, rowIndex }">
></table-view>
<div>
<el-tooltip
v-if=
"row.sign === 0"
content=
"该工单已回复"
placement=
"bottom"
effect=
"light"
>
<span
style=
"
font-size: 16px;
color: rgb(255, 153, 0);
float: right;
margin-top: 4px;
margin-left: 5px;
position: absolute;
top: 40%;
cursor: pointer;
right: 38px;
transform: translateY(-50%);
display: inline-block;
width: 8px;
height: 8px;
background-color: green;
border-radius: 50%;
"
></span>
</el-tooltip>
<span>
{{
rowIndex
+
1
}}
</span>
</div>
</
template
>
</table-view>
</div>
</div>
<div
class=
"pagination"
>
<div
class=
"pagination"
>
<el-pagination
<el-pagination
...
@@ -674,9 +720,6 @@ export default {
...
@@ -674,9 +720,6 @@ export default {
console
.
error
(
e
)
console
.
error
(
e
)
}
}
},
},
selectionChange
(
selection
)
{
this
.
selections
=
selection
},
async
reply
()
{
async
reply
()
{
if
(
!
this
.
textarea
)
{
if
(
!
this
.
textarea
)
{
return
this
.
$message
.
warning
(
'请输入内容'
)
return
this
.
$message
.
warning
(
'请输入内容'
)
...
@@ -722,6 +765,9 @@ export default {
...
@@ -722,6 +765,9 @@ export default {
.el-tree-node
{
.el-tree-node
{
font-size
:
14px
;
font-size
:
14px
;
}
}
.high-row
{
background-color
:
#1565c0
;
}
.el-tree-node__content
{
.el-tree-node__content
{
height
:
32px
;
height
:
32px
;
padding
:
4px
0px
;
padding
:
4px
0px
;
...
...
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