| | |
| | | <text>业务来往</text> |
| | | </view> |
| | | <view class="box_list_item_nr_x"></view> |
| | | <view class="box_list_item_nr_text"> |
| | | 2023-12-12 09:00提交 |
| | | </view> |
| | | <view class="box_list_item_nr_text"> 2023-12-12 09:00提交 </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { getVisitedRecord } from '@/api' |
| | | export default { |
| | | data() { |
| | | return { |
| | | pagination: { |
| | | page: 1, |
| | | capacity: 10 |
| | | }, |
| | | list: [] |
| | | } |
| | | }, |
| | | onLoad() { |
| | | this.getList() |
| | | }, |
| | | methods: { |
| | | getList() { |
| | | const { pagination } = this |
| | | getVisitedRecord({ |
| | | pageWrap: { ...pagination } |
| | | }).then(res => { |
| | | this.list = res.data |
| | | }) |
| | | } |
| | | |
| | | }; |
| | | } |
| | | } |
| | | </script> |
| | | <style> |
| | | page { |
| | | background-color: #F7F7F7 !important; |
| | | background-color: #f7f7f7 !important; |
| | | } |
| | | </style> |
| | | <style lang="scss" scoped> |
| | |
| | | height: 108rpx; |
| | | padding: 0 30rpx; |
| | | box-sizing: border-box; |
| | | background: #FFFFFF; |
| | | background: #ffffff; |
| | | position: sticky; |
| | | top: 0; |
| | | left: 0; |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | .active { |
| | | border: 1rpx solid #279BAA !important; |
| | | color: #279BAA !important; |
| | | border: 1rpx solid #279baa !important; |
| | | color: #279baa !important; |
| | | } |
| | | .box_head_item { |
| | | padding: 0 30rpx; |
| | |
| | | height: 100rpx; |
| | | padding: 0 30rpx; |
| | | box-sizing: border-box; |
| | | background: linear-gradient(270deg, #FEFEFF 0%, #E1F7FE 100%); |
| | | background: linear-gradient(270deg, #fefeff 0%, #e1f7fe 100%); |
| | | border-radius: 8rpx 8rpx 0rpx 0rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | .loading { |
| | | color: #279BAA; |
| | | color: #279baa; |
| | | } |
| | | .success { |
| | | color: #03C68F; |
| | | color: #03c68f; |
| | | } |
| | | .error { |
| | | color: #E0312A; |
| | | color: #e0312a; |
| | | } |
| | | text { |
| | | &:nth-child(1) { |
| | |
| | | padding: 30rpx; |
| | | width: 100%; |
| | | box-sizing: border-box; |
| | | background-color: #FFFFFF; |
| | | background-color: #ffffff; |
| | | .box_list_item_nr_x { |
| | | width: 100%; |
| | | height: 1rpx; |
| | | background-color: #E5E5E5; |
| | | background-color: #e5e5e5; |
| | | } |
| | | .box_list_item_nr_text { |
| | | width: 100%; |