feat: 新增考勤排班管理页面
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
<text class="stats-title">今日预计收入(元)</text>
|
||||
<text class="stats-value"> {{ formatMoney(todayIncome) }} </text>
|
||||
<view class="stats-link" @tap="sheep.$router.go('/pages/user/account/index')">
|
||||
<!-- @click="openAccount" -->
|
||||
我的账户 <uni-icons type="right" size="13"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
@@ -40,7 +39,7 @@
|
||||
|
||||
<!-- shortcuts -->
|
||||
<view class="shortcuts">
|
||||
<view class="shortcut" @click="openAttendance">
|
||||
<view class="shortcut" @tap="sheep.$router.go('/pages/user/attendance/index')">
|
||||
<image class="shortcut-icon" src="/static/img/order1.png" mode="aspectFit" />
|
||||
<text class="shortcut-text">考勤排班</text>
|
||||
</view>
|
||||
@@ -219,18 +218,6 @@
|
||||
uni.navigateBack();
|
||||
}
|
||||
|
||||
function openAccount() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/public/webview?type=account'
|
||||
});
|
||||
}
|
||||
|
||||
function openAttendance() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/public/faq'
|
||||
});
|
||||
}
|
||||
|
||||
function login() {
|
||||
showAuthModal();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user