临时提交

This commit is contained in:
xk_yangdeshi
2020-08-18 17:19:08 +08:00
parent 1f8b3e6e55
commit 8feae367f5
30 changed files with 165 additions and 2223 deletions

View File

@@ -1,45 +0,0 @@
<template>
<view class="content my-bg">
<cu-custom class="main-totextbar bg-main-oil" :isBack="true" bgColor="bg-main-oil">
<block slot="backText">返回</block>
<block slot="content">加油记录</block>
</cu-custom>
<view class="margin">
<OrderItem class="cu-list menu-avatar comment " :item="order" />
</view>
</view>
</template>
<script>
import OrderItem from '@/components/order-item'
export default {
components: {
OrderItem
},
data() {
return {
order: {
istate: 0,
vol: 3,
oilName: '0#',
orderID: '15979997825872',
oilCode: '12396989',
oilSiteName: '疯疯疯加油站',
carNo: '皖A12354',
sourceType: 3,
realamount: 4.66,
credateDatetime: '2020-10-12 12:30:10'
}
}
},
methods: {
}
}
</script>
<style scoped>
.content {
min-height: 100%;
}
</style>