6 changed files with 51 additions and 7 deletions
@ -0,0 +1,35 @@ |
|||||
|
<template> |
||||
|
<view class="book-com"> |
||||
|
<view class="date-wraper"> |
||||
|
<view class="date"> |
||||
|
<view class="top"> |
||||
|
<view>01</view> |
||||
|
<view>周一</view> |
||||
|
</view> |
||||
|
<view class="bot"> |
||||
|
全天出诊 |
||||
|
</view> |
||||
|
</view> |
||||
|
</view> |
||||
|
</view> |
||||
|
</template> |
||||
|
|
||||
|
<script> |
||||
|
export default { |
||||
|
name: "bookBox", |
||||
|
props: { |
||||
|
|
||||
|
}, |
||||
|
data() { |
||||
|
return { |
||||
|
} |
||||
|
}, |
||||
|
methods: { |
||||
|
|
||||
|
} |
||||
|
}; |
||||
|
</script> |
||||
|
|
||||
|
<style lang="scss" scoped> |
||||
|
|
||||
|
</style> |
Before Width: | Height: | Size: 649 B After Width: | Height: | Size: 649 B |
After Width: | Height: | Size: 649 B |
Loading…
Reference in new issue