| | |
| | | <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> |
| | | |