Commit ab373564 by liuchenxi

update: ui调整

parent 29048dc2
......@@ -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)">
......
<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>
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment