pages删除按照我的来
This commit is contained in:
27
components/oil-menu-item.vue
Normal file
27
components/oil-menu-item.vue
Normal file
@@ -0,0 +1,27 @@
|
||||
<template>
|
||||
<view class="radius padding-xs padding-bottom padding-top margin-top bg-white shadow solid-bottom">
|
||||
<view class="item-title ">
|
||||
<text class="margin color-000 text-bold">92#油</text>
|
||||
<text class="fr padding-right text-sm text-grey">2020-8-18</text>
|
||||
<PriceList />
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import PriceList from '@/components/PriceList/PriceList.vue'
|
||||
export default {
|
||||
components: {
|
||||
PriceList
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user