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
1491ec0f
Commit
1491ec0f
authored
Feb 23, 2023
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 问题修改
parent
c54d157b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
8 deletions
+16
-8
src/views/taskManage/index.vue
+16
-8
No files found.
src/views/taskManage/index.vue
View file @
1491ec0f
...
...
@@ -259,6 +259,10 @@
{{
detail
.
orderStatusTxt
}}
</span>
</p>
<p
class=
"item"
style=
"width:100%;display:flex"
>
<span
class=
"label"
>
工单内容
</span>
<span
style=
"flex:1;display: inline-block;"
class=
"value"
v-html=
"detail.content"
></span>
</p>
</div>
<div
style=
"padding: 5px; overflow: auto"
...
...
@@ -268,7 +272,7 @@
</div>
<div
class=
"record"
>
<div
class=
"title"
>
沟通记录
</div>
<ul
class=
"chat_content"
>
<ul
class=
"chat_content"
v-if=
"chatRecord.length > 0"
>
<li
v-for=
"(item, index) in chatRecord"
:key=
"index"
...
...
@@ -316,6 +320,7 @@
</div>
</li>
</ul>
<div
class=
"empty-data"
v-else
>
暂无数据
</div>
</div>
</div>
...
...
@@ -323,7 +328,7 @@
<div>
<el-input
type=
"textarea"
:rows=
"
5
"
:rows=
"
4
"
maxlength=
"1000"
placeholder=
"请输入内容"
v-model=
"textarea"
...
...
@@ -459,12 +464,6 @@ export default {
return
[
{
label
:
'工单编号'
,
key
:
'orderNo'
,
width
:
110
},
{
label
:
'工单模块'
,
key
:
'taskModuleName'
,
width
:
110
,
align
:
'left'
,
},
{
label
:
'工单类型'
,
key
:
'orderTypeTxt'
,
width
:
80
,
...
...
@@ -672,6 +671,8 @@ export default {
pageSize
,
currentPage
,
orderStatus
:
this
.
statusCode
,
startTime
:
this
.
periodTime
&&
this
.
periodTime
[
0
],
endTime
:
this
.
periodTime
&&
this
.
periodTime
[
1
],
...
this
.
searchForm
,
})
.
then
((
res
)
=>
{
...
...
@@ -965,4 +966,11 @@ export default {
margin-right
:
5px
;
margin-left
:
5px
;
}
.empty-data
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
padding
:
20px
0
;
}
</
style
>
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