| | |
| | | {{$util.formatDate(item.deliverTime,'riqi')}} |
| | | </view> |
| | | <view class="chuany-width67" @click='goDetail(item)'> |
| | | <u-text size='14' :text="item.remark||item.companyName" lines="1"> |
| | | <u-text size='14' :text="item.companyName" lines="1"> |
| | | <!-- <u-text size='14' :text="item.remark||item.companyName" lines="1"> --> |
| | | </u-text> |
| | | </view> |
| | | <view class="chuany-width11 chuany-flex chuany-justify-between"> |
| | |
| | | <up-action-sheet :show="showActions" :actions="actions" title="请选择" @close="showActions = false" |
| | | @select="selectItem"> |
| | | </up-action-sheet> |
| | | <view class="tabbtns chuany-flex chuany-justify-between"> |
| | | <!-- <view class="tabbtns chuany-flex chuany-justify-between"> |
| | | <view class="chuany-width45"> |
| | | <up-button type="primary" text="出车打卡" @click="clockIn('ClockIn')"></up-button> |
| | | </view> |
| | | <view class="chuany-width45"> |
| | | <up-button type="success" text="下班打卡" @click="clockIn('Clockout')"></up-button> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | </template> |
| | | |