You need to sign in or sign up before continuing.
Commit 160f666c by crushh

'update:计费中心ui'

parent bbbc1f4b
......@@ -101,9 +101,9 @@
</template>
</el-table-column>
</el-table>
<!-- 不良评价回访 -->
<!-- 双向呼叫 -->
<el-table tooltipEffect="light" :data="tableList" style="width:100%" v-if="$route.params.type === 'call'">
<el-table-column align="left" width="160" prop="createTime" label="呼叫时间">
<el-table-column align="left" width="200" prop="createTime" label="呼叫时间">
<template slot-scope="scope">
<p class="cell-time">
{{ formatDateTimeByType(scope.row.createTime, 'yyyy-MM-dd-HH-mm-ss', true).y }}<br />
......@@ -111,13 +111,13 @@
</p>
</template>
</el-table-column>
<el-table-column :show-overflow-tooltip="true" align="left" width="350" prop="storeName" label="主门店">
<el-table-column :show-overflow-tooltip="true" align="left" min-width="320" 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" :show-overflow-tooltip="true" width="350" prop="sourceName"></el-table-column>
<el-table-column label="触发计划名称" align="left" :show-overflow-tooltip="true" min-width="320" 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">
......@@ -146,7 +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">
......
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