Przeglądaj źródła

feat: 注释 销假相关

lanjianrong 4 lat temu
rodzic
commit
18e48f736c
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/pages/Business/Attendance/index.tsx

+ 2 - 2
src/pages/Business/Attendance/index.tsx

@@ -14,8 +14,8 @@ import ConnectModal from '@/pages/role/System/components/ConnectModal'
 import ProForm, { ProFormText } from '@ant-design/pro-form'
 
 const titleOptions = [
-  { label: '加班申请人', value: 0 },
-  { label: '销假参数', value: 1 }
+  { label: '加班申请人', value: 0 }
+  // { label: '销假参数', value: 1 }
 ]
 export enum modalType {
   addobjectModal = 0,