feat: 订单页面开发
Showing
This diff is collapsed.
Click to expand it.
| ... | ... | @@ -5,19 +5,27 @@ |
| "type": "module", | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "vue-tsc && vite build", | ||
| "preview": "vite preview" | ||
| "build": "npm run lint && vue-tsc && vite build", | ||
| "preview": "vite preview", | ||
| "lint": "vue-tsc --noEmit && eslint" | ||
| }, | ||
| "dependencies": { | ||
| "@element-plus/icons-vue": "^2.3.1", | ||
| "axios": "^1.6.7", | ||
| "element-plus": "^2.6.0", | ||
| "lodash-es": "^4.17.21", | ||
| "pinia": "^2.1.7", | ||
| "vue": "^3.4.19", | ||
| "vue-router": "^4.3.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@typescript-eslint/eslint-plugin": "^7.1.1", | ||
| "@typescript-eslint/parser": "^7.1.1", | ||
| "@vitejs/plugin-vue": "^5.0.4", | ||
| "@vue/eslint-config-typescript": "^12.0.0", | ||
| "eslint": "^8.57.0", | ||
| "eslint-config-prettier": "^9.1.0", | ||
| "eslint-plugin-vue": "^9.22.0", | ||
| "sass": "^1.71.1", | ||
| "typescript": "^5.2.2", | ||
| "unplugin-auto-import": "^0.17.5", | ||
| ... | ... |
src/components/TableView.vue
0 → 100644
src/router/menu.ts
0 → 100644
src/styles/common.scss
0 → 100644
src/styles/element.scss
0 → 100644
src/styles/index.scss
0 → 100644
src/utils/dom.ts
0 → 100644
src/utils/hooks/useElTableColumnWidth.ts
0 → 100644
src/views/error/404.vue
0 → 100644
src/views/error/error.vue
0 → 100644
src/views/order/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/order/types.ts
0 → 100644
src/views/production/complete.vue
0 → 100644
Please
register
or
sign in
to comment