jichoi / lms_front star
이은진 이은진 2024-08-16
240816 이은진, 정다정 대시보드 토끼 수정 완료
@00e5dbcefbfdd0432e0a87dacd16824f6ff72ac0
client/views/pages/main/Dashboard.vue
--- client/views/pages/main/Dashboard.vue
+++ client/views/pages/main/Dashboard.vue
@@ -94,8 +94,8 @@
                                 :style="{ display: rabbitPos[8] ? 'block' : 'none' }"></div>
                         <button class="popTxt" v-for="(item, index) in items" :key="index" @click="toggleImage(index)"
                             data-num="8">
-                            <img :src="item.imgSrc1" :style="{ display: !rabbitCompl[8] ? 'block' : 'none' }">
-                            <img :src="item.imgSrc2" :style="{ display: rabbitCompl[8] ? 'block' : 'none' }">
+                            <img :src="item.imgSrc3" :style="{ display: !rabbitCompl[8] ? 'block' : 'none' }">
+                            <img :src="item.imgSrc4" :style="{ display: rabbitCompl[8] ? 'block' : 'none' }">
                         </button>
                         <p class="long">중간 평가</p>
                     </div>
@@ -125,8 +125,8 @@
                                 :style="{ display: rabbitPos[11] ? 'block' : 'none' }"></div>
                         <button class="popTxt" v-for="(item, index) in items" :key="index"
                             @click="toggleImageAndShowPopup(index, '11')" data-num="11">
-                            <img :src="item.imgSrc1" :style="{ display: !rabbitCompl[11] ? 'block' : 'none' }">
-                            <img :src="item.imgSrc2" :style="{ display: rabbitCompl[11] ? 'block' : 'none' }">
+                            <img :src="item.imgSrc3" :style="{ display: !rabbitCompl[11] ? 'block' : 'none' }">
+                            <img :src="item.imgSrc4" :style="{ display: rabbitCompl[11] ? 'block' : 'none' }">
                         </button>
                         <p class="long">최종 평가</p>
                     </div>
Add a comment
List