|
@@ -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"),
|
|
|
},
|
|
|
]);
|
|
|
|