File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 6
6
"@ant-design/icons" : " ^5.4.0" ,
7
7
"@ant-design/pro-components" : " ^2.8.7" ,
8
8
"@babel/standalone" : " ^7.25.6" ,
9
- "@codingapi/flow-pc" : " ^0.0.39 " ,
10
- "@codingapi/form-pc" : " ^0.0.39 " ,
11
- "@codingapi/ui-framework" : " ^0.0.39 " ,
9
+ "@codingapi/flow-pc" : " ^0.0.41 " ,
10
+ "@codingapi/form-pc" : " ^0.0.41 " ,
11
+ "@codingapi/ui-framework" : " ^0.0.41 " ,
12
12
"@dnd-kit/core" : " ^6.2.0" ,
13
13
"@dnd-kit/sortable" : " ^9.0.0" ,
14
14
"@handsontable/react-wrapper" : " ^15.0.0" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@babel/standalone" : " ^7.25.6" ,
7
- "@codingapi/flow-mobile" : " ^0.0.39 " ,
8
- "@codingapi/form-mobile" : " ^0.0.39 " ,
9
- "@codingapi/ui-framework" : " ^0.0.39 " ,
7
+ "@codingapi/flow-mobile" : " ^0.0.41 " ,
8
+ "@codingapi/form-mobile" : " ^0.0.41 " ,
9
+ "@codingapi/ui-framework" : " ^0.0.41 " ,
10
10
"@logicflow/core" : " ^2.0.10" ,
11
11
"@logicflow/extension" : " ^2.0.14" ,
12
12
"@reduxjs/toolkit" : " ^2.2.7" ,
Original file line number Diff line number Diff line change 1
- import LeaveForm from "@/pages/levave /form" ;
1
+ import LeaveForm from "@/pages/leave /form" ;
2
2
3
3
export const flowViews = {
4
4
"default" :LeaveForm
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import HomePage from "@/pages/home";
5
5
import { Route } from "react-router" ;
6
6
import { RouteObject } from "react-router/dist/lib/context" ;
7
7
import React from "react" ;
8
- import LeaveListPage from "@/pages/levave " ;
9
- import LeaveCreatePage from "@/pages/levave /create" ;
8
+ import LeaveListPage from "@/pages/leave " ;
9
+ import LeaveCreatePage from "@/pages/leave /create" ;
10
10
import FlowListPage from "@/pages/flow" ;
11
11
import FlowDetailPage from "@/pages/flow/detail" ;
12
- import LeaveDetailPage from "@/pages/levave /detail" ;
12
+ import LeaveDetailPage from "@/pages/leave /detail" ;
13
13
import FormPage from "@/pages/form" ;
14
14
import MircoPage from "@/pages/mirco" ;
15
15
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const config = {
10
10
// 主题配置
11
11
theme : theme ,
12
12
// 后台名称
13
- title : 'HR-人力资源管理系统 ' ,
13
+ title : 'Admin-UI ' ,
14
14
// 后台logo
15
15
logo : 'static://assets/logo.png' ,
16
16
// 欢迎页路径
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
2
import Header from "@/layout/Header" ;
3
3
import { FlowView } from "@codingapi/flow-mobile" ;
4
- import LeaveForm from "@/pages/levave /form" ;
4
+ import LeaveForm from "@/pages/leave /form" ;
5
5
import { useNavigate } from "react-router" ;
6
6
7
7
const LeaveCreatePage = ( ) => {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from "react";
2
2
import Header from "@/layout/Header" ;
3
3
import { useLocation } from "react-router" ;
4
4
import { Descriptions } from "@codingapi/form-mobile" ;
5
- import { fields } from "@/pages/levave /fields" ;
5
+ import { fields } from "@/pages/leave /fields" ;
6
6
7
7
const LeaveDetailPage = ( ) => {
8
8
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import {Form} from "@codingapi/form-mobile";
3
3
import { FlowFormViewProps } from "@codingapi/ui-framework" ;
4
4
import { Button , Toast } from "antd-mobile" ;
5
5
import { FlowViewReactContext } from "@codingapi/flow-mobile" ;
6
- import { fields } from "@/pages/levave /fields" ;
6
+ import { fields } from "@/pages/leave /fields" ;
7
7
8
8
const LeaveForm : React . FC < FlowFormViewProps > = ( props ) => {
9
9
const flowViewReactContext = useContext ( FlowViewReactContext ) ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments