Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
marketing-web
marketing
Commits
6284128b
Commit
6284128b
authored
Apr 18, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 话术列表ui
parent
38578293
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
manage.vue
src/views/ai/manage.vue
+5
-8
No files found.
src/views/ai/manage.vue
View file @
6284128b
...
...
@@ -21,9 +21,9 @@
<p
class=
"temp-info-text"
>
发布时间:
{{
formatDateTimeByType
(
el
.
publishTime
)
||
'--'
}}
</p>
<el-button
class=
"temp-check-btn"
type=
"text"
@
click=
"showTempDetail(el)"
>
查看
</el-button>
</div>
<div
:class=
"['temp-status',
{ publish: el.status == -1 || el.status == 0 || el.status == 1 || el.status == 2 || el.status == 3 }, { reject: el.status == 4 }, { published: el.status == 5 }]">
<
!--
<
div
:class=
"['temp-status',
{ publish: el.status == -1 || el.status == 0 || el.status == 1 || el.status == 2 || el.status == 3 }, { reject: el.status == 4 }, { published: el.status == 5 }]">
{{
el
.
status
|
formatStatus
(
statusList
)
}}
</div>
</div>
-->
</div>
</div>
<dm-pagination
v-if=
"total > 0"
background
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:total=
"total"
:current-page=
"search.pageNum"
:page-size=
"search.pageSize"
:page-sizes=
"[20, 40, 60, 80]"
layout=
"total, sizes, prev, pager, next"
></dm-pagination>
...
...
@@ -300,7 +300,6 @@ export default {
padding-bottom
:
10px
;
+
.temp-detail-item
{
padding-top
:
10px
;
border-top
:
1px
solid
#e4e7ed
;
}
.temp-detail-content
{
.temp-detail-title
{
...
...
@@ -314,15 +313,13 @@ export default {
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
padding
:
10px
16px
;
background
:
#f7f8fa
;
+
.sound-record
{
margin-top
:
10px
;
.temp-detail-desc
{
padding-top
:
10px
;
border-top
:
1px
solid
#e4e7ed
;
}
}
.temp-detail-desc
{
width
:
6
5
0px
;
width
:
6
3
0px
;
font-size
:
14px
;
font-weight
:
400
;
color
:
#303133
;
...
...
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