泛微薪资核算iframe表格

This commit is contained in:
黎永顺 2023-05-31 15:57:58 +08:00
parent aeb7a1457d
commit 72799b73a5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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