泛微薪资核算iframe表格

custom-人事报表/V2-demo
黎永顺 2 years ago
parent aeb7a1457d
commit 72799b73a5

@ -52,7 +52,7 @@ export type Route = {
} & MenuDataItem; } & MenuDataItem;
export type WithFalse<T> = T | false; export type WithFalse<T> = T | false;
export type RouterTypes<P> = { export type RouterTypes<P extends { [K in keyof P]?: string | undefined; }> = {
computedMatch?: match<P>; computedMatch?: match<P>;
route?: Route; route?: Route;
location: BasicRouteProps['location'] | { pathname?: string }; location: BasicRouteProps['location'] | { pathname?: string };

@ -15,7 +15,7 @@ import { layoutConfig } from "@/layouts/config";
import stores from "@/store"; import stores from "@/store";
import "moment/locale/zh-cn"; import "moment/locale/zh-cn";
import "antd/dist/antd.variable.min.css"; import "antd/dist/antd.variable.min.css";
import "../utils/flexible"; // import "../utils/flexible";
moment.locale("zh-cn"); moment.locale("zh-cn");

Loading…
Cancel
Save