浏览代码

feat: 注释 销假相关

lanjianrong 4 年之前
父节点
当前提交
18e48f736c
共有 1 个文件被更改,包括 2 次插入2 次删除
  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,