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
ab373564
Commit
ab373564
authored
Aug 02, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: ui调整
parent
29048dc2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
list.vue
src/views/ecm/list.vue
+1
-1
touch-clue.vue
src/views/ecm/touch-clue.vue
+6
-5
index.vue
src/views/ecm/touch-components/batch-send/index.vue
+1
-1
No files found.
src/views/ecm/list.vue
View file @
ab373564
...
...
@@ -48,7 +48,7 @@
</el-form-item>
</el-form>
</div>
<el-table
tooltipEffect=
"
light
"
:data=
"tableList"
style=
"width: 100%"
element-loading-text=
"拼命加载中"
>
<el-table
tooltipEffect=
"
dark
"
:data=
"tableList"
style=
"width: 100%"
element-loading-text=
"拼命加载中"
>
<el-table-column
align=
"left"
fixed=
"left"
:min-width=
"200"
show-overflow-tooltip
label=
"计划名称"
>
<template
slot-scope=
"scope"
>
<el-button
v-if=
"xsxsFlag && isOpenFlag(scope.row.analyseJson)"
style=
"vertical-align: middle;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;width: 100%;text-align:left"
type=
"text"
@
click=
"toTouch(scope.row)"
>
...
...
src/views/ecm/touch-clue.vue
View file @
ab373564
<
template
>
<div
class=
"clue"
v-loading=
"loading"
>
<div
class=
"dm-wrap draw_wrap"
>
<div
class=
"dm-wrap draw_wrap"
:style=
"
{ marginBottom: type == '计划整体' ? '0' : '10px' }"
>
<h2
class=
"title"
>
{{
type
==
'计划整体'
?
'计划概览'
:
type
.
indexOf
(
'话务'
)
!=
-
1
?
'话务概览'
:
'群发任务概览'
}}
</h2>
<touch-charts
v-if=
"$route.query.type != '计划整体'"
:style=
"
{ marginBottom: '3px' }" :type="$route.query.type" :createTime="$route.query.createTime" />
<div
:is=
"componensList"
:isCluePage=
"true"
:isRepeat=
"true"
:isReference=
"false"
:data=
"dynamicParams"
></div>
</div>
<div
class=
"dm-wrap area"
>
<div
class=
"dm-wrap area"
:style=
"
{ padding: type == '计划整体' ? '0' : '19px 0 0' }"
>
<div
class=
"areatitle"
v-if=
"type != '计划整体'"
>
<span
class=
"txt"
>
区域详情
</span>
</div>
...
...
@@ -29,7 +29,7 @@
<span
v-else
></span>
<el-button
type=
"primary"
class=
"btn"
@
click=
"cdkeyExport"
><i
class=
"iconfont icon-icon_yunxiazai"
style=
"marginRight:6px;fontSize:14px"
></i>
导出
</el-button>
</div>
<el-table
ref=
"table"
tooltipEffect=
"
light
"
:data=
"tableList"
element-loading-text=
"拼命加载中"
@
sort-change=
"sortChange"
header-cell-class-name=
"clue-table-header"
style=
"width: 100%"
>
<el-table
ref=
"table"
tooltipEffect=
"
dark
"
:data=
"tableList"
element-loading-text=
"拼命加载中"
@
sort-change=
"sortChange"
header-cell-class-name=
"clue-table-header"
style=
"width: 100%"
>
<el-table-column
v-for=
"(v, i) in tableHeader"
:key=
"i"
:prop=
"v.prop"
:min-width=
"v.minWidth"
:label=
"v.label"
:formatter=
"v.formatter"
:sortable=
"v.sortable"
:render-header=
"onRender"
:fixed=
"v.fixed"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
<span
v-if=
"v.formatter"
v-html=
"v.formatter(scope.row)"
@
click=
"onMapTree(scope.row, $event)"
></span>
...
...
@@ -543,12 +543,10 @@ export default {
}
}
.area
{
padding
:
19px
0
0
!important
;
margin-top
:
0
!important
;
}
.draw_wrap
{
padding
:
16px
20px
32px
!important
;
margin-bottom
:
10px
!important
;
}
.dm-pagination
{
margin
:
20px
15px
0
0
;
...
...
@@ -571,4 +569,7 @@ export default {
}
}
}
/
deep
/
.el-table__fixed
::before
{
display
:
none
;
}
</
style
>
src/views/ecm/touch-components/batch-send/index.vue
View file @
ab373564
...
...
@@ -9,7 +9,7 @@
<el-link
type=
"primary"
:underline=
"false"
style=
"color: #1890ff"
@
click=
"$emit('toClue', '群发')"
>
查看详情
<i
class=
"el-icon-arrow-right"
style=
"margin-left: 10px"
></i></el-link>
</div>
<batch-send-sum
v-if=
"taskList"
:data=
"taskList"
/>
<div
class=
"wrap"
>
<div
class=
"wrap"
v-if=
"telTrafficList || msgList"
>
<div
v-if=
"telTrafficList"
>
<div
class=
"flex_between"
style=
"margin-bottom: 12px;padding-right: 20px"
>
<h3>
群发失败-话务
</h3>
...
...
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