niexiting
4 months ago
5 changed files with 55 additions and 43 deletions
@ -1,39 +1,42 @@ |
|||||
<template> |
<template> |
||||
<job-com-main-card :dataContent="dataContent"> |
<job-com-main-card :dataContent="dataContent"> |
||||
<jobComMainDetailCard :dataContent="dataContent"></jobComMainDetailCard> |
<jobComMainDetailCard :dataContent="dataContent"></jobComMainDetailCard> |
||||
<view class="" > |
<view class="task_item" style="margin-left: 15px;"> |
||||
<text style="font-size: 32rpx; margin-left: 35rpx;">生产线</text> |
<view class="task_text"> |
||||
<text style="font-size: 35rpx; margin-left: 10rpx; font-weight: bold;" >{{dataContent.productionLineCode}}</text> |
<view class="card_view"> |
||||
|
<text class="card_packing_code ">生产线</text> |
||||
|
<text class="card_content ">{{dataContent.productionLineCode}}</text> |
||||
|
</view> |
||||
|
</view> |
||||
</view> |
</view> |
||||
</job-com-main-card> |
</job-com-main-card> |
||||
</template> |
</template> |
||||
|
|
||||
<script> |
<script> |
||||
import jobComMainCard from '@/mycomponents/job/jobComMainCard.vue' |
import jobComMainCard from '@/mycomponents/job/jobComMainCard.vue' |
||||
import jobComMainDetailCard from '@/mycomponents/job/jobComMainDetailCard.vue' |
import jobComMainDetailCard from '@/mycomponents/job/jobComMainDetailCard.vue' |
||||
export default { |
export default { |
||||
components: { |
components: { |
||||
jobComMainCard, |
jobComMainCard, |
||||
jobComMainDetailCard |
jobComMainDetailCard |
||||
}, |
}, |
||||
data() { |
data() { |
||||
return {}; |
return {}; |
||||
}, |
}, |
||||
|
|
||||
props: { |
props: { |
||||
dataContent: { |
dataContent: { |
||||
type: Object, |
type: Object, |
||||
default: {} |
default: {} |
||||
}, |
}, |
||||
}, |
}, |
||||
|
|
||||
methods: { |
methods: { |
||||
|
|
||||
} |
} |
||||
} |
} |
||||
</script> |
</script> |
||||
|
|
||||
<style lang="scss"> |
<style lang="scss"> |
||||
|
|
||||
</style> |
</style> |
Loading…
Reference in new issue