|
@@ -24,6 +24,12 @@
|
|
</template>
|
|
</template>
|
|
<Collect :user-id="userId" />
|
|
<Collect :user-id="userId" />
|
|
</el-card>
|
|
</el-card>
|
|
|
|
+ <el-card shadow="never" class="m-t-10px">
|
|
|
|
+ <template #header>
|
|
|
|
+ <CardTitle title="附件简历" />
|
|
|
|
+ </template>
|
|
|
|
+ <Attachment :user-id="userId" />
|
|
|
|
+ </el-card>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
@@ -69,6 +75,7 @@ import JobIntention from './components/jobIntention.vue'
|
|
import RechargeOrder from './components/rechargeOrder.vue'
|
|
import RechargeOrder from './components/rechargeOrder.vue'
|
|
import PointsChange from './components/pointsChange.vue'
|
|
import PointsChange from './components/pointsChange.vue'
|
|
import Collect from './components/collect.vue'
|
|
import Collect from './components/collect.vue'
|
|
|
|
+import Attachment from './components/attachment.vue'
|
|
|
|
|
|
/** 初始化 */
|
|
/** 初始化 */
|
|
const { currentRoute } = useRouter() // 路由
|
|
const { currentRoute } = useRouter() // 路由
|