|
@@ -33,9 +33,9 @@ avater.value = [
|
|
|
changecolortext: false
|
|
changecolortext: false
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- src: '/src/styles/images/score_sad.png',
|
|
|
|
|
- src1: '/src/styles/images/score_sad.png',
|
|
|
|
|
- itemsrc: '/src/styles/images/sad_2.png',
|
|
|
|
|
|
|
+ src: '/k_new_online/src/styles/images/score_sad.png',
|
|
|
|
|
+ src1: '/k_new_online/src/styles/images/score_sad.png',
|
|
|
|
|
+ itemsrc: '/k_new_online/src/styles/images/sad_2.png',
|
|
|
itemtext: 'We are so sorry for the inconveniences. We value your experience immensely. ',
|
|
itemtext: 'We are so sorry for the inconveniences. We value your experience immensely. ',
|
|
|
expression: 'sad',
|
|
expression: 'sad',
|
|
|
proposal: 'Could you please tell us which aspects of the system you are dissatisfied with?',
|
|
proposal: 'Could you please tell us which aspects of the system you are dissatisfied with?',
|
|
@@ -43,9 +43,9 @@ avater.value = [
|
|
|
changecolortext: false
|
|
changecolortext: false
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- src: '/src/styles/images/score_smile.png',
|
|
|
|
|
- src1: '/src/styles/images/score_smile.png',
|
|
|
|
|
- itemsrc: '/src/styles/images/smile_2.png',
|
|
|
|
|
|
|
+ src: '/k_new_online/src/styles/images/score_smile.png',
|
|
|
|
|
+ src1: '/k_new_online/src/styles/images/score_smile.png',
|
|
|
|
|
+ itemsrc: '/k_new_online/src/styles/images/smile_2.png',
|
|
|
itemtext: 'Thank you for sharing your thoughts with us. We value your experience greatly.',
|
|
itemtext: 'Thank you for sharing your thoughts with us. We value your experience greatly.',
|
|
|
expression: 'smile',
|
|
expression: 'smile',
|
|
|
proposal: 'Could you share what aspects you liked and what could be improved ?',
|
|
proposal: 'Could you share what aspects you liked and what could be improved ?',
|
|
@@ -53,9 +53,9 @@ avater.value = [
|
|
|
changecolortext: false
|
|
changecolortext: false
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- src: '/src/styles/images/score_hhh.png',
|
|
|
|
|
- src1: '/src/styles/images/score_hhh.png',
|
|
|
|
|
- itemsrc: '/src/styles/images/hhh_2.png',
|
|
|
|
|
|
|
+ src: '/k_new_online/src/styles/images/score_hhh.png',
|
|
|
|
|
+ src1: '/k_new_online/src/styles/images/score_hhh.png',
|
|
|
|
|
+ itemsrc: '/k_new_online//src/styles/images/hhh_2.png',
|
|
|
itemtext: 'Thank you very much for giving us a satisfied rating on our service or system.',
|
|
itemtext: 'Thank you very much for giving us a satisfied rating on our service or system.',
|
|
|
expression: 'hhh',
|
|
expression: 'hhh',
|
|
|
proposal: 'We are curious to learn more about what specifically made you feel satisfied. ',
|
|
proposal: 'We are curious to learn more about what specifically made you feel satisfied. ',
|
|
@@ -63,9 +63,9 @@ avater.value = [
|
|
|
changecolortext: false
|
|
changecolortext: false
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- src: '/src/styles/images/score_happy.png',
|
|
|
|
|
- src1: '/src/styles/images/score_happy.png',
|
|
|
|
|
- itemsrc: '/src/styles/images/happy_2.png',
|
|
|
|
|
|
|
+ src: '/k_new_online/src/styles/images/score_happy.png',
|
|
|
|
|
+ src1: '/k_new_online/src/styles/images/score_happy.png',
|
|
|
|
|
+ itemsrc: '/k_new_online/src/styles/images/happy_2.png',
|
|
|
itemtext: 'Thank you very much for giving us a satisfied rating on our service or system.',
|
|
itemtext: 'Thank you very much for giving us a satisfied rating on our service or system.',
|
|
|
expression: 'happy',
|
|
expression: 'happy',
|
|
|
proposal: 'We are curious to learn more about what specifically made you feel satisfied. ',
|
|
proposal: 'We are curious to learn more about what specifically made you feel satisfied. ',
|
|
@@ -247,7 +247,7 @@ const submitDetails = (val: any) => {
|
|
|
<template>
|
|
<template>
|
|
|
<div class="scoring_dashboard" v-if="isShowScoring">
|
|
<div class="scoring_dashboard" v-if="isShowScoring">
|
|
|
<div class="scoring_left">
|
|
<div class="scoring_left">
|
|
|
- <img class="scoring_img" src="/src/styles/images/dashboard_scoring.png" />
|
|
|
|
|
|
|
+ <img class="scoring_img" src="/k_new_online/src/styles/images/dashboard_scoring.png" />
|
|
|
<div>How satisfied are you with this system ?</div>
|
|
<div>How satisfied are you with this system ?</div>
|
|
|
<div class="das_share" @click="dialogVisible = true">Share Your Feedback</div>
|
|
<div class="das_share" @click="dialogVisible = true">Share Your Feedback</div>
|
|
|
<el-dialog
|
|
<el-dialog
|
|
@@ -379,7 +379,7 @@ const submitDetails = (val: any) => {
|
|
|
title="Submit Successful"
|
|
title="Submit Successful"
|
|
|
>
|
|
>
|
|
|
<template #icon>
|
|
<template #icon>
|
|
|
- <el-image src="/src/styles/images/submit_successful.png" />
|
|
|
|
|
|
|
+ <el-image src="/k_new_online/src/styles/images/submit_successful.png" />
|
|
|
</template>
|
|
</template>
|
|
|
<template #sub-title>
|
|
<template #sub-title>
|
|
|
<div class="sub_title_text">Apologize once again for your experience.</div>
|
|
<div class="sub_title_text">Apologize once again for your experience.</div>
|