|
@@ -1,278 +1,278 @@
|
|
|
<template>
|
|
|
- <div class="dataShare-new-timeliness-container layout-pd">
|
|
|
- <el-card shadow="never">
|
|
|
- <el-form :model="state.queryParams" ref="ruleFormRef" @submit.native.prevent inline>
|
|
|
- <el-form-item label="时间段" prop="crTime">
|
|
|
- <el-date-picker
|
|
|
- v-model="state.queryParams.crTime"
|
|
|
- type="datetimerange"
|
|
|
- unlink-panels
|
|
|
- range-separator="至"
|
|
|
- start-placeholder="开始时间"
|
|
|
- end-placeholder="结束时间"
|
|
|
- :shortcuts="shortcuts"
|
|
|
- @change="handleQuery"
|
|
|
- value-format="YYYY-MM-DD[T]HH:mm:ss"
|
|
|
- :default-time="defaultTimeStartEnd"
|
|
|
- :clearable="false"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- <el-form-item label-width="0">
|
|
|
- <el-button type="primary" @click="handleQuery" :loading="state.loading"> <SvgIcon name="ele-Search" class="mr5" />查询 </el-button>
|
|
|
- <el-button @click="resetQuery(ruleFormRef)" class="default-button" :loading="state.loading">
|
|
|
- <SvgIcon name="ele-Refresh" class="mr5" />重置
|
|
|
- </el-button>
|
|
|
- </el-form-item>
|
|
|
- </el-form>
|
|
|
- </el-card>
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-divider><el-text tag="b" class="font16">工单</el-text></el-divider>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.orderCountNum">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">工单总量</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.handleEndOrderNum">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">办结件数</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.handleEndOrderOnTime">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">按时办结数量</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.handleEndOrderRate">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">办结率</span>
|
|
|
- </template>
|
|
|
- <template #suffix>%</template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.handleEndOrderOnTimeRate">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">按时办结率</span>
|
|
|
- </template>
|
|
|
- <template #suffix>%</template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-divider><el-text tag="b" class="font16">工单及时率</el-text> </el-divider>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.orderTimely">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">工单及时上传</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.orderNotTimely">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">工单未及时上传</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.orderTimelinessRate">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">工单及时率</span>
|
|
|
- </template>
|
|
|
- <template #suffix>%</template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-divider><el-text tag="b" class="font16">电话数量</el-text></el-divider>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.telCountNum">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">电话总量</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card> </el-col
|
|
|
- ><el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.telConnectCountNum">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">电话接通数</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card> </el-col
|
|
|
- ><el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.telNotConnectCountNum">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">电话未接通数</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.telConnectRate">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">电话接通率</span>
|
|
|
- </template>
|
|
|
- <template #suffix>%</template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-divider><el-text tag="b" class="font16">电话及时率</el-text></el-divider>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.telTimely">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">电话及时上传</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.telNotTimely">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">电话未及时上传</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.telTimelinessRate">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">电话及时率</span>
|
|
|
- </template>
|
|
|
- <template #suffix>%</template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-divider><el-text tag="b" class="font16">匹配率</el-text></el-divider>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.rgdhOrderCount">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">电话来源工单数量</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.containTel">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">匹配通话记录数</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.notContainTel">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">未匹配通话记录数</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.matchingRate">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">匹配率</span>
|
|
|
- </template>
|
|
|
- <template #suffix>%</template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-divider><el-text tag="b" class="font16">回访</el-text></el-divider>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.visitCountNum">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">回访总量</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.satisfactionCountNum">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">满意总量</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.notSatisfiedCountNum">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">不满意总量</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.satisfactionRate">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">满意率</span>
|
|
|
- </template>
|
|
|
- <template #suffix>%</template>
|
|
|
- </el-statistic>
|
|
|
- </el-card> </el-col
|
|
|
- ><el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.notSatisfiedRate">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">不满意率</span>
|
|
|
- </template>
|
|
|
- <template #suffix>%</template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-divider><el-text tag="b" class="font16">知识库</el-text></el-divider>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.knowledgeCount">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">知识库总量</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
- <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
- <el-statistic :value="state.data.updateKnowledgeCount">
|
|
|
- <template #title>
|
|
|
- <span class="color-info font14">更新知识库量</span>
|
|
|
- </template>
|
|
|
- </el-statistic>
|
|
|
- </el-card>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
+ <div class="dataShare-new-timeliness-container layout-padding">
|
|
|
+ <div class="layout-padding-auto layout-padding-view pd20 h100">
|
|
|
+ <el-form :model="state.queryParams" ref="ruleFormRef" @submit.native.prevent inline>
|
|
|
+ <el-form-item label="时间段" prop="crTime">
|
|
|
+ <el-date-picker
|
|
|
+ v-model="state.queryParams.crTime"
|
|
|
+ type="datetimerange"
|
|
|
+ unlink-panels
|
|
|
+ range-separator="至"
|
|
|
+ start-placeholder="开始时间"
|
|
|
+ end-placeholder="结束时间"
|
|
|
+ :shortcuts="shortcuts"
|
|
|
+ @change="handleQuery"
|
|
|
+ value-format="YYYY-MM-DD[T]HH:mm:ss"
|
|
|
+ :default-time="defaultTimeStartEnd"
|
|
|
+ :clearable="false"
|
|
|
+ />
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label-width="0">
|
|
|
+ <el-button type="primary" @click="handleQuery" :loading="state.loading"> <SvgIcon name="ele-Search" class="mr5" />查询 </el-button>
|
|
|
+ <el-button @click="resetQuery(ruleFormRef)" class="default-button" :loading="state.loading">
|
|
|
+ <SvgIcon name="ele-Refresh" class="mr5" />重置
|
|
|
+ </el-button>
|
|
|
+ </el-form-item>
|
|
|
+ </el-form>
|
|
|
+ <el-row :gutter="20" style="flex:1;overflow:auto;">
|
|
|
+ <el-divider><el-text tag="b" class="font16">工单</el-text></el-divider>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.orderCountNum">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">工单总量</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.handleEndOrderNum">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">办结件数</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.handleEndOrderOnTime">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">按时办结数量</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.handleEndOrderRate">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">办结率</span>
|
|
|
+ </template>
|
|
|
+ <template #suffix>%</template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.handleEndOrderOnTimeRate">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">按时办结率</span>
|
|
|
+ </template>
|
|
|
+ <template #suffix>%</template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-divider><el-text tag="b" class="font16">工单及时率</el-text> </el-divider>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.orderTimely">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">工单及时上传</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.orderNotTimely">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">工单未及时上传</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.orderTimelinessRate">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">工单及时率</span>
|
|
|
+ </template>
|
|
|
+ <template #suffix>%</template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-divider><el-text tag="b" class="font16">电话数量</el-text></el-divider>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.telCountNum">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">电话总量</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card> </el-col
|
|
|
+ ><el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.telConnectCountNum">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">电话接通数</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card> </el-col
|
|
|
+ ><el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.telNotConnectCountNum">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">电话未接通数</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.telConnectRate">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">电话接通率</span>
|
|
|
+ </template>
|
|
|
+ <template #suffix>%</template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-divider><el-text tag="b" class="font16">电话及时率</el-text></el-divider>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.telTimely">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">电话及时上传</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.telNotTimely">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">电话未及时上传</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.telTimelinessRate">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">电话及时率</span>
|
|
|
+ </template>
|
|
|
+ <template #suffix>%</template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-divider><el-text tag="b" class="font16">匹配率</el-text></el-divider>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.rgdhOrderCount">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">电话来源工单数量</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.containTel">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">匹配通话记录数</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.notContainTel">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">未匹配通话记录数</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.matchingRate">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">匹配率</span>
|
|
|
+ </template>
|
|
|
+ <template #suffix>%</template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-divider><el-text tag="b" class="font16">回访</el-text></el-divider>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.visitCountNum">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">回访总量</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.satisfactionCountNum">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">满意总量</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.notSatisfiedCountNum">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">不满意总量</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.satisfactionRate">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">满意率</span>
|
|
|
+ </template>
|
|
|
+ <template #suffix>%</template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card> </el-col
|
|
|
+ ><el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.notSatisfiedRate">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">不满意率</span>
|
|
|
+ </template>
|
|
|
+ <template #suffix>%</template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-divider><el-text tag="b" class="font16">知识库</el-text></el-divider>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.knowledgeCount">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">知识库总量</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ <el-col :xs="24" :sm="12" :md="8" :lg="4" :xl="4">
|
|
|
+ <el-card shadow="never" v-loading="state.loading" class="statistics-item">
|
|
|
+ <el-statistic :value="state.data.updateKnowledgeCount">
|
|
|
+ <template #title>
|
|
|
+ <span class="color-info font14">更新知识库量</span>
|
|
|
+ </template>
|
|
|
+ </el-statistic>
|
|
|
+ </el-card>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</template>
|
|
|
<script setup lang="tsx" name="dataShareNewTimeliness">
|
|
@@ -420,5 +420,8 @@ onMounted(() => {
|
|
|
.statistics-item {
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
+ :deep(.layout-padding-view){
|
|
|
+ background-color: transparent;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|