Yansen 1 year ago
parent
commit
6c685d48e4
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      lib/pages/main/index.dart
  2. 1
    1
      lib/pages/workInShifts/index.dart

+ 1
- 1
lib/pages/main/index.dart View File

@@ -255,7 +255,7 @@ class Main extends BasicPage {
255 255
                             width: 19.w,
256 256
                           ),
257 257
                           body: Text(
258
-                            '我的排班',
258
+                            '我的出勤',
259 259
                             style: TextStyle(
260 260
                                 fontSize: 17.sp,
261 261
                                 fontWeight: FontWeight.bold,

+ 1
- 1
lib/pages/workInShifts/index.dart View File

@@ -6,7 +6,7 @@ import 'package:worker_client/widgets/layout/BasicPage.dart';
6 6
 
7 7
 class WorkInShifts extends BasicPage {
8 8
   WorkInShifts({Key? key}) : super(key: key) {
9
-    naviTitle = '我的排班';
9
+    naviTitle = '我的出勤';
10 10
   }
11 11
 
12 12
   @override