瀏覽代碼

reactor:190 新增报表【坐席满意度统计】;

zhangchong 4 月之前
父節點
當前提交
428e54803d
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/views/statistics/center/detailSeatSatisfactionList.vue

+ 5 - 5
src/views/statistics/center/detailSeatSatisfactionList.vue

@@ -44,19 +44,19 @@
 					<el-button type="primary" link @click="linkDetail(row)">{{ row.count }}</el-button>
 				</template>
 				<template #footer_verySatisfied="{ row }">
-					<el-button type="primary" link @click="linkDetail(row)">{{ row.verySatisfied }}</el-button>
+					<el-button type="primary" link @click="linkDetail(row,row.verySatisfiedKey)">{{ row.verySatisfied }}</el-button>
 				</template>
 				<template #footer_satisfied="{ row }">
-					<el-button type="primary" link @click="linkDetail(row)">{{ row.satisfied }}</el-button>
+					<el-button type="primary" link @click="linkDetail(row,row.satisfiedKey)">{{ row.satisfied }}</el-button>
 				</template>
 				<template #footer_noSatisfied="{ row }">
-					<el-button type="primary" link @click="linkDetail(row)">{{ row.noSatisfied }}</el-button>
+					<el-button type="primary" link @click="linkDetail(row,row.noSatisfiedKey)">{{ row.noSatisfied }}</el-button>
 				</template>
 				<template #footer_noEvaluate="{ row }">
-					<el-button type="primary" link @click="linkDetail(row)">{{ row.noEvaluate }}</el-button>
+					<el-button type="primary" link @click="linkDetail(row,row.noEvaluateKey)">{{ row.noEvaluate }}</el-button>
 				</template>
 				<template #footer_noConnect="{ row }">
-					<el-button type="primary" link @click="linkDetail(row)">{{ row.noConnect }}</el-button>
+					<el-button type="primary" link @click="linkDetail(row,row.noConnectKey)">{{ row.noConnect }}</el-button>
 				</template>
 			</vxe-grid>
 		</div>