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 66 "@ant-design/icons" : " ^5.4.0" ,
77 "@ant-design/pro-components" : " ^2.8.7" ,
88 "@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 " ,
1212 "@dnd-kit/core" : " ^6.2.0" ,
1313 "@dnd-kit/sortable" : " ^9.0.0" ,
1414 "@handsontable/react-wrapper" : " ^15.0.0" ,
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "dependencies" : {
66 "@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 " ,
1010 "@logicflow/core" : " ^2.0.10" ,
1111 "@logicflow/extension" : " ^2.0.14" ,
1212 "@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" ;
22
33export const flowViews = {
44 "default" :LeaveForm
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import HomePage from "@/pages/home";
55import { Route } from "react-router" ;
66import { RouteObject } from "react-router/dist/lib/context" ;
77import 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" ;
1010import FlowListPage from "@/pages/flow" ;
1111import FlowDetailPage from "@/pages/flow/detail" ;
12- import LeaveDetailPage from "@/pages/levave /detail" ;
12+ import LeaveDetailPage from "@/pages/leave /detail" ;
1313import FormPage from "@/pages/form" ;
1414import MircoPage from "@/pages/mirco" ;
1515
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const config = {
1010 // 主题配置
1111 theme : theme ,
1212 // 后台名称
13- title : 'HR-人力资源管理系统 ' ,
13+ title : 'Admin-UI ' ,
1414 // 后台logo
1515 logo : 'static://assets/logo.png' ,
1616 // 欢迎页路径
Original file line number Diff line number Diff line change 11import React from "react" ;
22import Header from "@/layout/Header" ;
33import { FlowView } from "@codingapi/flow-mobile" ;
4- import LeaveForm from "@/pages/levave /form" ;
4+ import LeaveForm from "@/pages/leave /form" ;
55import { useNavigate } from "react-router" ;
66
77const LeaveCreatePage = ( ) => {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from "react";
22import Header from "@/layout/Header" ;
33import { useLocation } from "react-router" ;
44import { Descriptions } from "@codingapi/form-mobile" ;
5- import { fields } from "@/pages/levave /fields" ;
5+ import { fields } from "@/pages/leave /fields" ;
66
77const LeaveDetailPage = ( ) => {
88
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import {Form} from "@codingapi/form-mobile";
33import { FlowFormViewProps } from "@codingapi/ui-framework" ;
44import { Button , Toast } from "antd-mobile" ;
55import { FlowViewReactContext } from "@codingapi/flow-mobile" ;
6- import { fields } from "@/pages/levave /fields" ;
6+ import { fields } from "@/pages/leave /fields" ;
77
88const LeaveForm : React . FC < FlowFormViewProps > = ( props ) => {
99 const flowViewReactContext = useContext ( FlowViewReactContext ) ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments