功能:订单列表
正在显示
env/.env.development
0 → 100644
env/.env.production
0 → 100644
env/index.d.ts
0 → 100644
| ... | @@ -13,35 +13,36 @@ | ... | @@ -13,35 +13,36 @@ |
| "format": "npm run prettier:fix && npm run lint:fix" | "format": "npm run prettier:fix && npm run lint:fix" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@reduxjs/toolkit": "^1.9.2", | |||
| "@ant-design/icons": "^5.0.1", | "@ant-design/icons": "^5.0.1", | ||
| "@reduxjs/toolkit": "^1.9.2", | |||
| "antd": "^5.4.2", | "antd": "^5.4.2", | ||
| "axios": "^1.4.0", | |||
| "dayjs": "^1.11.7", | "dayjs": "^1.11.7", | ||
| "js-base64": "^3.7.3", | |||
| "js-cookie": "^3.0.1", | |||
| "localforage": "^1.10.0", | "localforage": "^1.10.0", | ||
| "lodash": "^4.17.21", | |||
| "match-sorter": "^6.3.1", | "match-sorter": "^6.3.1", | ||
| "pinyin-pro": "^3.14.0", | "pinyin-pro": "^3.14.0", | ||
| "qs": "^6.10.3", | |||
| "query-string": "^8.1.0", | |||
| "react": "^18.1.0", | "react": "^18.1.0", | ||
| "react-dom": "^18.1.0", | "react-dom": "^18.1.0", | ||
| "react-redux": "^8.0.5", | |||
| "react-router-dom": "^6.10.0", | "react-router-dom": "^6.10.0", | ||
| "sort-by": "^1.2.0", | "sort-by": "^1.2.0", | ||
| "xlsx": "^0.18.5", | "xlsx": "^0.18.5" | ||
| "axios": "^1.4.0", | |||
| "js-base64": "^3.7.3", | |||
| "js-cookie": "^3.0.1", | |||
| "lodash": "^4.17.21", | |||
| "qs": "^6.10.3", | |||
| "react-redux": "^8.0.5" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/js-cookie": "^3.0.1", | |||
| "@types/lodash": "^4.14.182", | |||
| "@types/node": "^20.1.3", | "@types/node": "^20.1.3", | ||
| "@types/react": "^18.0.9", | "@types/react": "^18.0.9", | ||
| "@types/react-dom": "^18.0.5", | "@types/react-dom": "^18.0.5", | ||
| "@types/react-redux": "^7.1.25", | |||
| "@typescript-eslint/eslint-plugin": "^5.26.0", | "@typescript-eslint/eslint-plugin": "^5.26.0", | ||
| "@typescript-eslint/parser": "^5.26.0", | "@typescript-eslint/parser": "^5.26.0", | ||
| "@vitejs/plugin-react": "^1.3.0", | "@vitejs/plugin-react": "^1.3.0", | ||
| "@types/js-cookie": "^3.0.1", | |||
| "@types/lodash": "^4.14.182", | |||
| "@types/react-redux": "^7.1.25", | |||
| "eslint": "^8.16.0", | "eslint": "^8.16.0", | ||
| "eslint-config-prettier": "^8.5.0", | "eslint-config-prettier": "^8.5.0", | ||
| "eslint-plugin-import": "^2.26.0", | "eslint-plugin-import": "^2.26.0", | ||
| ... | ... |
src/common/hook/optionHook/index.tsx
0 → 100644
src/components/search-box/index.scss
0 → 100644
src/components/search-box/index.tsx
0 → 100644
src/components/tableDetailView/index.tsx
0 → 100644
src/pages/pointManage/divideOrder/index.scss
0 → 100644
src/pages/pointManage/divideOrder/index.tsx
0 → 100644
src/pages/pointManage/divideRules/index.tsx
0 → 100644
src/pages/pointManage/pointDetail/index.tsx
0 → 100644
src/pages/pointManage/pointList/index.tsx
0 → 100644
src/pages/pointManage/pointRules/index.tsx
0 → 100644
src/store/hook/index.ts
0 → 100644
src/store/index.ts
0 → 100644
src/store/slice/index.ts
0 → 100644
src/utils/auth.ts
0 → 100644
src/utils/dictionary.ts
0 → 100644
src/utils/index.ts
0 → 100644
src/utils/isRoute.ts
0 → 100644
src/utils/money.ts
0 → 100644
src/utils/order.ts
0 → 100644
src/utils/validateUtils.ts
0 → 100644
请
注册
或者
登录
后发表评论