Переглянути джерело

Merge branch 'dev' into dev_zyh

zhouyuhao 1 рік тому
батько
коміт
d327e22707
41 змінених файлів з 53 додано та 32 видалено
  1. 2 2
      src/components/ScoringGrade/components/DialogColorful.vue
  2. 1 1
      src/components/ScoringGrade/components/DialogUe.vue
  3. BIN
      src/components/ScoringGrade/image/Vector.png
  4. BIN
      src/components/ScoringGrade/image/angry_2.png
  5. BIN
      src/components/ScoringGrade/image/bubble_corner.png
  6. BIN
      src/components/ScoringGrade/image/bubble_corner@2x.png
  7. BIN
      src/components/ScoringGrade/image/bubble_corner_colorful.png
  8. BIN
      src/components/ScoringGrade/image/bubble_corner_colorful@2x.png
  9. BIN
      src/components/ScoringGrade/image/dashboard_scoring.png
  10. BIN
      src/components/ScoringGrade/image/happy_2.png
  11. BIN
      src/components/ScoringGrade/image/hhh_2.png
  12. BIN
      src/components/ScoringGrade/image/sad_2.png
  13. BIN
      src/components/ScoringGrade/image/score_angry.png
  14. BIN
      src/components/ScoringGrade/image/score_happy.png
  15. BIN
      src/components/ScoringGrade/image/score_hhh.png
  16. BIN
      src/components/ScoringGrade/image/score_normal.png
  17. BIN
      src/components/ScoringGrade/image/score_sad.png
  18. BIN
      src/components/ScoringGrade/image/score_smile.png
  19. BIN
      src/components/ScoringGrade/image/smile_2.png
  20. BIN
      src/components/ScoringGrade/image/submit_successful.png
  21. 23 12
      src/components/ScoringGrade/src/ScoringGrade.vue
  22. 27 17
      src/views/Dashboard/src/components/ScoringSystem.vue
  23. BIN
      src/views/Dashboard/src/image/Vector.png
  24. BIN
      src/views/Dashboard/src/image/angry_2.png
  25. BIN
      src/views/Dashboard/src/image/bubble_corner.png
  26. BIN
      src/views/Dashboard/src/image/bubble_corner@2x.png
  27. BIN
      src/views/Dashboard/src/image/bubble_corner_colorful.png
  28. BIN
      src/views/Dashboard/src/image/bubble_corner_colorful@2x.png
  29. BIN
      src/views/Dashboard/src/image/dashboard_scoring.png
  30. BIN
      src/views/Dashboard/src/image/happy_2.png
  31. BIN
      src/views/Dashboard/src/image/hhh_2.png
  32. 0 0
      src/views/Dashboard/src/image/location.png
  33. BIN
      src/views/Dashboard/src/image/sad_2.png
  34. BIN
      src/views/Dashboard/src/image/score_angry.png
  35. BIN
      src/views/Dashboard/src/image/score_happy.png
  36. BIN
      src/views/Dashboard/src/image/score_hhh.png
  37. BIN
      src/views/Dashboard/src/image/score_normal.png
  38. BIN
      src/views/Dashboard/src/image/score_sad.png
  39. BIN
      src/views/Dashboard/src/image/score_smile.png
  40. BIN
      src/views/Dashboard/src/image/smile_2.png
  41. BIN
      src/views/Dashboard/src/image/submit_successful.png

+ 2 - 2
src/components/ScoringGrade/components/DialogColorful.vue

@@ -18,7 +18,7 @@ const submitDetails = (val: any) => {
         <img :src="props.colorfulSrc" />
       </div>
       <div class="vector">
-        <img class="vector_img" src="/k_new_online/src/styles/images/bubble_corner_colorful.png" />
+        <img class="vector_img" src="../image/bubble_corner_colorful.png" />
       </div>
     </div>
     <div v-if="props.isshowDetails" class="dialogcolorful submit">
@@ -38,7 +38,7 @@ const submitDetails = (val: any) => {
         </div>
       </div>
       <div class="vector vector_submit">
-        <img class="vector_img" src="/k_new_online/src/styles/images/bubble_corner_colorful.png" />
+        <img class="vector_img" src="../image/bubble_corner_colorful.png" />
       </div>
     </div>
   </div>

+ 1 - 1
src/components/ScoringGrade/components/DialogUe.vue

@@ -130,7 +130,7 @@ const changeSmileRadio = (title: any, value: any) => {
         </div>
       </div>
     </div>
-    <div class="vector"><img class="vector_img" src="/k_new_online/src/styles/images/bubble_corner.png" /></div>
+    <div class="vector"><img class="vector_img" src="../image/bubble_corner.png" /></div>
   </div>
 </template>
 <style lang="scss" scoped>

BIN
src/components/ScoringGrade/image/Vector.png


BIN
src/components/ScoringGrade/image/angry_2.png


BIN
src/components/ScoringGrade/image/bubble_corner.png


BIN
src/components/ScoringGrade/image/bubble_corner@2x.png


BIN
src/components/ScoringGrade/image/bubble_corner_colorful.png


BIN
src/components/ScoringGrade/image/bubble_corner_colorful@2x.png


BIN
src/components/ScoringGrade/image/dashboard_scoring.png


BIN
src/components/ScoringGrade/image/happy_2.png


BIN
src/components/ScoringGrade/image/hhh_2.png


BIN
src/components/ScoringGrade/image/sad_2.png


BIN
src/components/ScoringGrade/image/score_angry.png


BIN
src/components/ScoringGrade/image/score_happy.png


BIN
src/components/ScoringGrade/image/score_hhh.png


BIN
src/components/ScoringGrade/image/score_normal.png


BIN
src/components/ScoringGrade/image/score_sad.png


BIN
src/components/ScoringGrade/image/score_smile.png


BIN
src/components/ScoringGrade/image/smile_2.png


BIN
src/components/ScoringGrade/image/submit_successful.png


+ 23 - 12
src/components/ScoringGrade/src/ScoringGrade.vue

@@ -2,6 +2,17 @@
 import { ref } from 'vue'
 import DialogUe from '../components/DialogUe.vue'
 import DialogColorful from '../components/DialogColorful.vue'
+import angryPng from '../image/score_angry.png'
+import angryPng2 from '../image/angry_2.png'
+import sadPng from '../image/score_sad.png'
+import sadPng2 from '../image/sad_2.png'
+import smilePng from '../image/score_smile.png'
+import smilePng2 from '../image/smile_2.png'
+import hhhPng from '../image/score_hhh.png'
+import hhhPng2 from '../image/hhh_2.png'
+import happyPng from '../image/score_happy.png'
+import happyPng2 from '../image/happy_2.png'
+import normalPng from '../image/score_normal.png'
 
 const isShow = ref(true)
 const visible = ref(false)
@@ -26,39 +37,39 @@ const colorfulSrc = ref()
 const dialogcontent = ref()
 const angryproposal = ref()
 const smileproposal = ref()
-const clickSrc = ref('/k_new_online/src/styles/images/score_normal.png')
+const clickSrc = ref(normalPng)
 avater.value = [
   {
-    src: '/k_new_online/src/styles/images/score_angry.png',
-    itemsrc: '/k_new_online//src/styles/images/angry_2.png',
+    src: angryPng,
+    itemsrc: angryPng2,
     itemtext: 'We are so sorry for the inconveniences. We value your experience immensely. ',
     expression: 'angry',
     proposal: 'Could you please tell us which aspects of the system you are dissatisfied with?'
   },
   {
-    src: '/k_new_online/src/styles/images/score_sad.png',
-    itemsrc: '/k_new_online//src/styles/images/sad_2.png',
+    src: sadPng,
+    itemsrc: sadPng2,
     itemtext: 'We are so sorry for the inconveniences. We value your experience immensely. ',
     expression: 'sad',
     proposal: 'Could you please tell us which aspects of the system you are dissatisfied with?'
   },
   {
-    src: '/k_new_online/src/styles/images/score_smile.png',
-    itemsrc: '/k_new_online//src/styles/images/smile_2.png',
+    src: smilePng,
+    itemsrc: smilePng2,
     itemtext: 'Thank you for sharing your thoughts with us. We value your experience greatly.',
     expression: 'smile',
     proposal: 'Could you share what aspects you liked and what could be improved ?'
   },
   {
-    src: '/k_new_online/src/styles/images/score_hhh.png',
-    itemsrc: '/k_new_online//src/styles/images/hhh_2.png',
+    src: hhhPng,
+    itemsrc: hhhPng2,
     itemtext: 'Thank you very much for giving us a satisfied rating on our service or system.',
     expression: 'hhh',
     proposal: 'We are curious to learn more about what specifically made you feel satisfied. '
   },
   {
-    src: '/k_new_online/src/styles/images/score_happy.png',
-    itemsrc: '/k_new_online//src/styles/images/happy_2.png',
+    src: happyPng,
+    itemsrc: happyPng2,
     itemtext: 'Thank you very much for giving us a satisfied rating on our service or system.',
     expression: 'happy',
     proposal: 'We are curious to learn more about what specifically made you feel satisfied. '
@@ -319,7 +330,7 @@ const submitDetails = (val: any) => {
         title="Submit Successful"
       >
         <template #icon>
-          <el-image src="/k_new_online/src/styles/images/submit_successful.png" />
+          <el-image src="../image/submit_successful.png" />
         </template>
         <template #sub-title>
           <div class="sub_title_text">Apologize once again for your experience.</div>

+ 27 - 17
src/views/Dashboard/src/components/ScoringSystem.vue

@@ -1,5 +1,15 @@
 <script setup lang="ts">
 import { ref } from 'vue'
+import angryPng from '../image/score_angry.png'
+import angryPng2 from '../image/angry_2.png'
+import sadPng from '../image/score_sad.png'
+import sadPng2 from '../image/sad_2.png'
+import smilePng from '../image/score_smile.png'
+import smilePng2 from '../image/smile_2.png'
+import hhhPng from '../image/score_hhh.png'
+import hhhPng2 from '../image/hhh_2.png'
+import happyPng from '../image/score_happy.png'
+import happyPng2 from '../image/happy_2.png'
 const dialogVisible = ref(false)
 const innerVisible = ref(false)
 const isShowAngry = ref(false)
@@ -23,9 +33,9 @@ const avater = ref<AvaterItem[]>([])
 const inputdetails = ref('')
 avater.value = [
   {
-    src: '/k_new_online/src/styles/images/score_angry.png',
-    src1: '/k_new_online/src/styles/images/score_angry.png',
-    itemsrc: '/k_new_online/src/styles/images/angry_2.png',
+    src: angryPng,
+    src1: angryPng,
+    itemsrc: angryPng2,
     itemtext: 'We are so sorry for the inconveniences. We value your experience immensely. ',
     expression: 'angry',
     proposal: 'Could you please tell us which aspects of the system you are dissatisfied with?',
@@ -33,9 +43,9 @@ avater.value = [
     changecolortext: false
   },
   {
-    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',
+    src: sadPng,
+    src1: sadPng,
+    itemsrc: sadPng2,
     itemtext: 'We are so sorry for the inconveniences. We value your experience immensely. ',
     expression: 'sad',
     proposal: 'Could you please tell us which aspects of the system you are dissatisfied with?',
@@ -43,9 +53,9 @@ avater.value = [
     changecolortext: false
   },
   {
-    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',
+    src: smilePng,
+    src1: smilePng,
+    itemsrc: smilePng2,
     itemtext: 'Thank you for sharing your thoughts with us. We value your experience greatly.',
     expression: 'smile',
     proposal: 'Could you share what aspects you liked and what could be improved ?',
@@ -53,9 +63,9 @@ avater.value = [
     changecolortext: false
   },
   {
-    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',
+    src: hhhPng,
+    src1: hhhPng,
+    itemsrc: hhhPng2,
     itemtext: 'Thank you very much for giving us a satisfied rating on our service or system.',
     expression: 'hhh',
     proposal: 'We are curious to learn more about what specifically made you feel satisfied. ',
@@ -63,9 +73,9 @@ avater.value = [
     changecolortext: false
   },
   {
-    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',
+    src: happyPng,
+    src1: happyPng,
+    itemsrc: happyPng2,
     itemtext: 'Thank you very much for giving us a satisfied rating on our service or system.',
     expression: 'happy',
     proposal: 'We are curious to learn more about what specifically made you feel satisfied. ',
@@ -247,7 +257,7 @@ const submitDetails = (val: any) => {
 <template>
   <div class="scoring_dashboard" v-if="isShowScoring">
     <div class="scoring_left">
-      <img class="scoring_img" src="/k_new_online/src/styles/images/dashboard_scoring.png" />
+      <img class="scoring_img" src="../image/dashboard_scoring.png" />
       <div>How satisfied are you with this system ?</div>
       <div class="das_share" @click="dialogVisible = true">Share Your Feedback</div>
       <el-dialog
@@ -379,7 +389,7 @@ const submitDetails = (val: any) => {
           title="Submit Successful"
         >
           <template #icon>
-            <el-image src="/k_new_online/src/styles/images/submit_successful.png" />
+            <el-image src="../image/submit_successful.png" />
           </template>
           <template #sub-title>
             <div class="sub_title_text">Apologize once again for your experience.</div>

BIN
src/views/Dashboard/src/image/Vector.png


BIN
src/views/Dashboard/src/image/angry_2.png


BIN
src/views/Dashboard/src/image/bubble_corner.png


BIN
src/views/Dashboard/src/image/bubble_corner@2x.png


BIN
src/views/Dashboard/src/image/bubble_corner_colorful.png


BIN
src/views/Dashboard/src/image/bubble_corner_colorful@2x.png


BIN
src/views/Dashboard/src/image/dashboard_scoring.png


BIN
src/views/Dashboard/src/image/happy_2.png


BIN
src/views/Dashboard/src/image/hhh_2.png


+ 0 - 0
src/views/Dashboard/src/images/location.png → src/views/Dashboard/src/image/location.png


BIN
src/views/Dashboard/src/image/sad_2.png


BIN
src/views/Dashboard/src/image/score_angry.png


BIN
src/views/Dashboard/src/image/score_happy.png


BIN
src/views/Dashboard/src/image/score_hhh.png


BIN
src/views/Dashboard/src/image/score_normal.png


BIN
src/views/Dashboard/src/image/score_sad.png


BIN
src/views/Dashboard/src/image/score_smile.png


BIN
src/views/Dashboard/src/image/smile_2.png


BIN
src/views/Dashboard/src/image/submit_successful.png