Commit bbbc1f4b by crushh

update:计费中心ui

parent 7039c951
......@@ -20,6 +20,7 @@
</el-select> -->
<el-input v-model="listParams.searchParam" class="w250" :placeholder="placeholder" clearable @change="loadAll(true)"><i slot="prefix" class="el-input__icon el-icon-search"></i></el-input>
</div>
<!-- 短信营销 -->
<el-table tooltipEffect="light" :data="tableList" style="width:100%" v-if="$route.params.type === 'marketing'">
<el-table-column align="left" width="170" prop="sendTime" label="发送时间">
<template slot-scope="scope">
......@@ -33,13 +34,13 @@
<el-table-column align="left" width="100" prop="countNum" label="计费条数">
<template slot-scope="scope">{{ scope.row.countNum }}</template>
</el-table-column>
<el-table-column :show-overflow-tooltip="true" align="left" min-width="180" prop="storeName" label="主门店">
<el-table-column :show-overflow-tooltip="true" align="left" width="320" prop="storeName" label="主门店">
<template slot-scope="scope">
<p>{{ scope.row.storeName }}</p>
<p class="gray">{{ scope.row.storeGroupName }}</p>
</template>
</el-table-column>
<el-table-column label="触发计划名称" align="left" width="200" prop="sourceName"></el-table-column>
<el-table-column label="触发计划名称" :show-overflow-tooltip="true" align="left" width="300" prop="sourceName"></el-table-column>
<el-table-column label="计划创建人" align="left" width="100" prop="sourceCreatorName"></el-table-column>
<!-- <el-table-column label="模板ID" align="left" width="100" prop="chartsDate"></el-table-column> -->
<el-table-column label="短信内容" align="left" min-width="200" prop="remark">
......@@ -51,6 +52,7 @@
</template>
</el-table-column>
</el-table>
<!-- 短信验证码 -->
<el-table tooltipEffect="light" :data="tableList" style="width:100%" v-if="$route.params.type === 'sms'">
<el-table-column align="left" width="170" prop="createTime" label="发送时间">
<template slot-scope="scope">
......@@ -61,7 +63,7 @@
</template>
</el-table-column>
<el-table-column align="left" width="150" prop="receivePhone" label="接收号码"></el-table-column>
<el-table-column :show-overflow-tooltip="true" align="left" min-width="180" prop="storeName" label="主门店">
<el-table-column :show-overflow-tooltip="true" align="left" width="320" prop="storeName" label="主门店">
<template slot-scope="scope">
<p>{{ scope.row.storeName }}</p>
<p class="fz13 gray">{{ scope.row.storeGroupName }}</p>
......@@ -76,6 +78,7 @@
</template>
</el-table-column>
</el-table>
<!-- 语音验证码 -->
<el-table tooltipEffect="light" :data="tableList" style="width:100%" v-if="$route.params.type === 'voice'">
<el-table-column align="left" prop="createTime" label="发送时间" width="170px">
<template slot-scope="scope">
......@@ -86,7 +89,7 @@
</template>
</el-table-column>
<el-table-column align="left" prop="receivePhone" label="接收号码"></el-table-column>
<el-table-column :show-overflow-tooltip="true" align="left" min-width="180" prop="storeName" label="主门店">
<el-table-column :show-overflow-tooltip="true" align="left" width="320" prop="storeName" label="主门店">
<template slot-scope="scope">
<p>{{ scope.row.storeName }}</p>
<p class="fz13 gray">{{ scope.row.storeGroupName }}</p>
......@@ -108,21 +111,21 @@
</p>
</template>
</el-table-column>
<el-table-column :show-overflow-tooltip="true" align="left" min-width="180" prop="storeName" label="主门店">
<el-table-column :show-overflow-tooltip="true" align="left" width="350" prop="storeName" label="主门店">
<template slot-scope="scope">
<p>{{ scope.row.storeName }}</p>
<p class="fz13 gray">{{ scope.row.storeGroupName }}</p>
</template>
</el-table-column>
<el-table-column label="触发计划名称" align="left" width="200" prop="sourceName"></el-table-column>
<el-table-column label="计划创建人" align="left" width="100" prop="sourceCreatorName"></el-table-column>
<el-table-column label="触发计划名称" align="left" :show-overflow-tooltip="true" width="350" prop="sourceName"></el-table-column>
<el-table-column label="计划创建人" align="left" width="150" prop="sourceCreatorName"></el-table-column>
<el-table-column align="left" width="150" prop="clerkName" label="主叫">
<template slot-scope="scope">
<p>{{ scope.row.clerkName || '--' }}</p>
<p class="gray">{{ scope.row.sendPhone }}</p>
</template>
</el-table-column>
<el-table-column align="left" width="150" prop="memberId" label="被叫(会员)">
<el-table-column align="left" width="160" prop="memberId" label="被叫(会员)">
<template slot-scope="scope">
<img :src="scope.row.memberPic || defaultAvatar" width="32" height="32" alt="" />
<div class="inline-block">
......@@ -143,6 +146,7 @@
<template slot-scope="scope">{{ Number(scope.row.callFee / 1000).toFixed(2) }}</template>
</el-table-column>
</el-table>
<!-- 双向呼叫 -->
<el-table tooltipEffect="light" :data="tableList" style="width:100%" v-if="$route.params.type === 'record'">
<el-table-column align="left" width="160" prop="createTime" label="呼叫时间">
<template slot-scope="scope">
......@@ -152,13 +156,13 @@
</p>
</template>
</el-table-column>
<el-table-column :show-overflow-tooltip="true" align="left" min-width="180" prop="storeName" label="主门店">
<el-table-column :show-overflow-tooltip="true" align="left" prop="storeName" width="350" label="主门店">
<template slot-scope="scope">
<p>{{ scope.row.storeName }}</p>
<p class="fz13 gray">{{ scope.row.storeGroupName }}</p>
</template>
</el-table-column>
<el-table-column label="触发计划名称" align="left" width="200" prop="sourceName"></el-table-column>
<el-table-column label="触发计划名称" align="left" width="350" prop="sourceName" :show-overflow-tooltip="true"></el-table-column>
<el-table-column label="计划创建人" align="left" width="100" prop="sourceCreatorName"></el-table-column>
<el-table-column align="left" width="150" prop="clerkName" label="主叫">
<template slot-scope="scope">
......
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