Yansen 1 vuosi sitten
vanhempi
commit
6c685d48e4
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1
    1
      lib/pages/main/index.dart
  2. 1
    1
      lib/pages/workInShifts/index.dart

+ 1
- 1
lib/pages/main/index.dart Näytä tiedosto

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

+ 1
- 1
lib/pages/workInShifts/index.dart Näytä tiedosto

6
 
6
 
7
 class WorkInShifts extends BasicPage {
7
 class WorkInShifts extends BasicPage {
8
   WorkInShifts({Key? key}) : super(key: key) {
8
   WorkInShifts({Key? key}) : super(key: key) {
9
-    naviTitle = '我的排班';
9
+    naviTitle = '我的出勤';
10
   }
10
   }
11
 
11
 
12
   @override
12
   @override