Karsa 3 жил өмнө
parent
commit
a9ae622b6b

+ 2 - 2
src/views/ssbg/roadshow/rsCalendar.vue

@@ -20,12 +20,12 @@ const actionsList = ref([
   {
     label: '今天',
     key: 'weeknow',
-    img: '../../../assets/ssbg/calendar_ico.png',
+    img: import("@/assets/ssbg/calendar_ico.png"),
   },
   {
     label: '选择研究员',
     key: 'choose',
-    img: '../../../assets/ssbg/choose_ico.png',
+    img: import("@/assets/ssbg/choose_ico.png"),
   },
 ]);