| | |
| | | <template> |
| | | <view> |
| | | <view class="search-bg"> |
| | | <!-- <view class="search-bg"> |
| | | <uni-search-bar placeholder="自定义背景色" bgColor="#f4f4f4" @confirm="search" /> |
| | | </view> |
| | | </view> --> |
| | | <view class="item-sort"> |
| | | |
| | | <view> |
| | |
| | | <view> |
| | | <!-- 搜索框 --> |
| | | <view class="search-bg"> |
| | | <uni-search-bar placeholder="客户代号/名称" bgColor="#f4f4f4" align @confirm="search" /> |
| | | <uni-search-bar placeholder="客户代号/名称" bgColor="#f4f4f4" @confirm="search" /> |
| | | </view> |
| | | <scroll-view> |
| | | <!-- 客户列表 --> |
| | |
| | | <template> |
| | | <view> |
| | | <view class="user"> |
| | | <view class="user" @click="userDetail"> |
| | | <!-- 头像 --> |
| | | <view class="user-avatar"> |
| | | <img src="" alt=""> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | export default{ |
| | | data() { |
| | | return { |
| | | |
| | | } |
| | | }, |
| | | methods: { |
| | | userDetail() { |
| | | |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style> |
New file |
| | |
| | | <template> |
| | | </template> |
| | | |
| | | <script> |
| | | </script> |
| | | |
| | | <style> |
| | | </style> |