File was renamed from hive-app/pages/workbench/followRecords.vue |
| | |
| | | <text>客户</text> |
| | | </view> |
| | | <view class="img-box"> |
| | | <image class="header-img mr-20" src="../../static/images/default-avatar.png"></image> |
| | | <navigator url="../member/selectCustomer" hover-class="none"> |
| | | <image class="header-img mr-20" src="../../../static/images/default-avatar.png"></image> |
| | | <navigator url="../../member/selectCustomer" hover-class="none"> |
| | | <text class="iconfont iconjia gray-outline-btn-circle ml-5"></text> |
| | | </navigator> |
| | | </view> |
| | |
| | | <text>员工</text> |
| | | </view> |
| | | <view class="img-box"> |
| | | <image class="header-img mr-20" src="../../static/images/default-avatar.png"></image> |
| | | <navigator url="../manager/selectEmployee" hover-class="none"> |
| | | <image class="header-img mr-20" src="../../../static/images/default-avatar.png"></image> |
| | | <navigator url="../../manager/selectEmployee" hover-class="none"> |
| | | <text class="iconfont iconjia gray-outline-btn-circle ml-5"></text> |
| | | </navigator> |
| | | </view> |
| | |
| | | </view> |
| | | <view v-else class="content-row font-14" v-for="item in 2"> |
| | | <view class="flex align-center"> |
| | | <image class="header-img" src="../../static/images/default-avatar.png"></image> |
| | | <image class="header-img" src="../../../static/images/default-avatar.png"></image> |
| | | <view class="flex flex-v ml-10"> |
| | | <text>杨明</text> |
| | | <text>2020-12 12:34</text> |
| | |
| | | |
| | | <script> |
| | | import HTabs from "@/components/liuyuno-tabs/liuyuno-tabs.vue"; |
| | | import DateTimePicker from '../../components/bory-dateTimePicker/bory-dateTimePicker.vue' |
| | | import DateTimePicker from '../../../components/bory-dateTimePicker/bory-dateTimePicker.vue' |
| | | export default { |
| | | components: { |
| | | HTabs, |
| | |
| | | } |
| | | ], |
| | | imgList:[ |
| | | {'imgurl':'../../static/images/banner.jpg'}, |
| | | {'imgurl':'../../static/images/product.jpg'} |
| | | {'imgurl':'../../../static/images/banner.jpg'}, |
| | | {'imgurl':'../../../static/images/product.jpg'} |
| | | ], |
| | | isShow:false, |
| | | messageShow:false, |
| | |
| | | }, |
| | | onNavigationBarButtonTap(e){ |
| | | if(e.index==0){ |
| | | uni.navigateTo({ |
| | | url:"./addRecord" |
| | | }) |
| | | } |
| | | if(e.width && e.index==1){ |
| | | this.isShow=!this.isShow |