ljy121 1 vuosi sitten
vanhempi
commit
90ea602439

+ 5 - 0
client/src/views/OaSystem/mineCenter/components/rightBox.vue

@@ -43,6 +43,9 @@ const Ptbx = defineAsyncComponent(() => {
 const Wdyk = defineAsyncComponent(() => {
 const Wdyk = defineAsyncComponent(() => {
   return import('../rightChild/wdyk.vue')
   return import('../rightChild/wdyk.vue')
 })
 })
+const Wdjk = defineAsyncComponent(() => {
+  return import('../rightChild/myLoan.vue')
+})
 const rightTabsList = ref([
 const rightTabsList = ref([
   {
   {
     icon: 'wdda',
     icon: 'wdda',
@@ -87,6 +90,8 @@ const rightTabsClick = (item, index) => {
     currentComponent.value = Ptbx
     currentComponent.value = Ptbx
   } else if (item.icon == 'wdyk') {
   } else if (item.icon == 'wdyk') {
     currentComponent.value = Wdyk
     currentComponent.value = Wdyk
+  } else if (item.icon == 'wdjk') {
+    currentComponent.value = Wdjk
   }
   }
 }
 }
 /** 初始化 **/
 /** 初始化 **/