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