瑶都万能墙
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
387 B

<template>
<view>
<navbar title="招聘列表" leftClick @leftClick="$utils.navigateBack" />
<workList ref="workList"/>
</view>
</template>
<script>
import workList from '../components/list/workList/index.vue'
export default {
components : {
workList,
},
data() {
return {
}
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>