陈薪名
9 months ago
1 changed files with 25 additions and 0 deletions
@ -0,0 +1,25 @@ |
|||
<template> |
|||
<view class="batch_view"> |
|||
<text class="card_batch">批次</text> |
|||
<text class="card_batch_content"> {{batch}}</text> |
|||
</view> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
data(){ |
|||
return { |
|||
} |
|||
}, |
|||
props: { |
|||
batch:{ |
|||
type: String, |
|||
default: "" |
|||
} |
|||
}, |
|||
|
|||
} |
|||
</script> |
|||
|
|||
<style> |
|||
</style> |
Loading…
Reference in new issue