Kaynağa Gözat

reactor: 受理内容、承办意见等文本显示需和输入时的格式同步;【话务统计分析】【通话时段分析】新增字段和样式调整;

zhangchong 8 ay önce
ebeveyn
işleme
b847dbce8c

+ 2 - 2
.env.development

@@ -3,11 +3,11 @@ VITE_MODE_NAME=development
 # 防止部署多套系统到同一域名不同目录时,变量共用的问题 设置不同的前缀
 VITE_STORAGE_NAME=dev
 # 基础请求地址
-VITE_API_URL=http://110.188.24.28:50300
+VITE_API_URL=http://110.188.24.28:50100
 # 数据共享平台请求地址
 VITE_DATASHARE_API_YRL=http://ds.12345lm.cn
 # socket API
-VITE_API_SOCKET_URL=http://110.188.24.28:50300/hubs/hotline
+VITE_API_SOCKET_URL=http://110.188.24.28:50100/hubs/hotline
 # 上传 API
 VITE_API_UPLOAD_URL=http://110.188.24.28:50120
 # 文件上传地址前缀

+ 2 - 2
src/layout/navBars/breadcrumb/user.vue

@@ -77,8 +77,8 @@
 						><span class="user-info-box-content-item-content">{{ userInfos.orgName }}</span>
 					</div>
 					<div class="mt5 flex-between">
-						<el-button link type="primary" @click="onChangePwd">修改密码</el-button>
-						<el-button link type="primary" @click="onLogOut">退出登录</el-button>
+						<el-button link type="primary" @click="onChangePwd"> <SvgIcon name="ele-Lock" class="mr3"/>修改密码</el-button>
+						<el-button link type="primary" @click="onLogOut"><SvgIcon name="iconfont icon-tuichu" class="mr3"/>退出登录</el-button>
 					</div>
 				</div>
 			</el-popover>

+ 1 - 5
src/theme/element.scss

@@ -377,9 +377,6 @@
 }
 /* Select 选择器默认宽度
 ------------------------------- */
-/*.el-select {
-	--el-select-width: 220px;
-}*/
 .el-form--inline {
 	.el-form-item {
 		.el-select{
@@ -406,8 +403,7 @@
 .el-table__body tr.hover-row.el-table__row--striped.current-row > td.el-table__cell,
 .el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell,
 .el-table__body tr.hover-row > td.el-table__cell {
-	background: var(--el-fill-color-darker);
-	//background: var(--el-color-primary-light-5);
+	background-color: var(--el-fill-color-darker);
 }
 .el-table-v2__row:hover {
 	background: var(--el-fill-color-darker);

+ 1 - 0
src/views/quality/lexicon/components/Lexicon-add.vue

@@ -34,6 +34,7 @@
 							@blur="handleInputConfirm"
 							style="max-width: 200px"
               class="mb10"
+							placeholder="违禁同义词,回车确定"
 						/>
 						<el-button v-else @click="showInput" class="mb10"> 添加同义词 </el-button>
 					</el-form-item>

+ 19 - 23
src/views/statistics/call/index.vue

@@ -30,28 +30,28 @@
 				</el-form-item>
 			</el-form>
 			<el-row :gutter="20">
-				<el-col :xs="24" :sm="12" :md="12" :lg="8" :xl="8">
+				<el-col :xs="24" :sm="12" :md="12" :lg="6" :xl="6">
 					<v-chart class="chart" :option="option" :loading="state.loading" autoresize />
-					<div style="width: 70%;margin:0 auto;">
-						<ProTable
-							ref="proTableRef1"
-							:columns="columns1"
-							:data="state.tableData1"
-							@updateTable="queryList"
-							:loading="state.loading"
-							:pagination="false"
-							show-summary
-							border
-							:tool-button="false"
-							max-height="150px"
-						>
-						</ProTable>
-					</div>
+				</el-col>
+				<el-col :xs="24" :sm="12" :md="12" :lg="4" :xl="4">
+					<ProTable
+						ref="proTableRef1"
+						:columns="columns1"
+						:data="state.tableData1"
+						@updateTable="queryList"
+						:loading="state.loading"
+						:pagination="false"
+						show-summary
+						border
+						:tool-button="false"
+            max-height="160px"
+					>
+					</ProTable>
 				</el-col>
 				<el-col :xs="24" :sm="12" :md="12" :lg="8" :xl="8">
 					<v-chart class="chart1" :option="option1" :loading="state.loading" autoresize />
 				</el-col>
-				<el-col :xs="24" :sm="12" :md="12" :lg="8" :xl="8">
+				<el-col :xs="24" :sm="12" :md="12" :lg="6" :xl="6">
 					<ProTable
 						ref="proTableRef"
 						:columns="columns"
@@ -89,7 +89,6 @@ const columns = ref<any[]>([
 	{ prop: 'total', label: '呼入数量', align: 'center' },
 	{ prop: 'answered', label: '接通数量', align: 'center' },
 	{ prop: 'hanguped', label: '挂断数量', align: 'center' },
-	{ prop: 'hanguped', label: '接通率', align: 'center' },
 ]);
 // 表格配置项
 const columns1 = ref<any[]>([
@@ -285,11 +284,8 @@ onMounted(() => {
 });
 </script>
 <style lang="scss" scoped>
-.chart{
-	height: 40vh;
-	margin-top: 10px;
-}
-.chart1{
+.chart,
+.chart1 {
 	height: 60vh;
 	margin-top: 10px;
 }

+ 0 - 5
src/views/statistics/call/talkTime.vue

@@ -132,11 +132,6 @@ const columns = ref<any[]>([
 			);
 		},
 	},
-	{
-		prop: 'ivrByeCount',
-		label: '接通率',
-		align: 'center',
-	},
 ]);
 // 定义变量内容
 const ruleFormRef = ref<RefType>(); // 表单ref