Xiao_123 9 tháng trước cách đây
mục cha
commit
4ed87a7b36

+ 0 - 1
components.d.ts

@@ -43,7 +43,6 @@ declare module 'vue' {
     Positions: typeof import('./src/components/Enterprise/components/positions.vue')['default']
     PreviewImg: typeof import('./src/components/PreviewImg/index.vue')['default']
     PublicRecruitment: typeof import('./src/components/publicRecruitment/index.vue')['default']
-    Qrcode: typeof import('./src/components/Qrcode/index.vue')['default']
     QrCode: typeof import('./src/components/QrCode/index.vue')['default']
     RadioGroup: typeof import('./src/components/FormUI/radioGroup/index.vue')['default']
     Recharge: typeof import('./src/components/Recharge/index.vue')['default']

+ 0 - 8
src/views/recruit/enterprise/memberCenter/myAccount/components/public.vue

@@ -1,12 +1,4 @@
 <template>
-  <!-- <v-timeline truncate-line="both" side="end">
-    <v-timeline-item dot-color="primary" icon="mdi-numeric-1">
-      <h2 class="mt-n1 headline font-weight-regular">对公汇款账户信息</h2>
-    </v-timeline-item>
-    <v-timeline-item dot-color="indigo-lighten-2" icon="mdi-numeric-2">
-      <h2 class="mt-n1 headline font-weight-regular">对公汇款账户信息</h2>
-    </v-timeline-item>
-  </v-timeline> -->
   <div v-for="val in list" :key="val.value" class="font-size-14 color-666 my-3">
     <span>{{ val.label }}</span>
     <span class="ml-5">{{ val.value }}</span>