zhang_li
1 month ago
1 changed files with 44 additions and 0 deletions
@ -0,0 +1,44 @@ |
|||
<template> |
|||
<view class="card_view"> |
|||
<text class="card_packing_code1 ">{{title}}</text> |
|||
<text class="card_content ">{{goodsShelves}}</text> |
|||
</view> |
|||
</template> |
|||
|
|||
<script> |
|||
import { |
|||
getSwitchInfoByCode |
|||
} from '@/common/basic.js'; |
|||
export default { |
|||
components: { |
|||
}, |
|||
|
|||
data() { |
|||
return { |
|||
|
|||
}; |
|||
}, |
|||
props: { |
|||
goodsShelves: { |
|||
type: String, |
|||
default: '' |
|||
}, |
|||
title:{ |
|||
type:String, |
|||
default: '货架号' |
|||
}, |
|||
isShowGoodsShelves:{ |
|||
type:Boolean, |
|||
default:false |
|||
} |
|||
}, |
|||
mounted() { |
|||
}, |
|||
methods: { |
|||
|
|||
} |
|||
} |
|||
</script> |
|||
|
|||
<style> |
|||
</style> |
Loading…
Reference in new issue