You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
apply-assistant-v3/root/detail/job.vue

16 lines
242 B
Vue

9 months ago
<template>
2 months ago
<rh-job-detail :dataoptions='dataoptions'></rh-job-detail>
9 months ago
</template>
<script>
2 months ago
export default{
data(){
return {
dataoptions:{}
9 months ago
}
},
2 months ago
onLoad(options) {
this.dataoptions = options
9 months ago
}
}
2 months ago
</script>
<style></style>