feat: 新增考勤排班管理页面

This commit is contained in:
admin
2026-01-24 19:07:34 +08:00
parent 8c1224999d
commit c89af4c6a3
99 changed files with 13547 additions and 14 deletions

View File

@@ -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();
}