init: MES_Manage_View_V20 v1.1.0 项目初始化

- Vue 2.7 + Element UI + Webpack 5 前端
- SQL Server 数据库脚本 (script.sql)
- 4份技术文档 (技术分析/功能映射/使用说明书/用户操作手册)
- 存储过程修复 (fix_生产管理_外协报表_查询.sql)
This commit is contained in:
MESWORK
2026-05-21 09:31:44 +08:00
commit 885e70b9fc
648 changed files with 108327 additions and 0 deletions

22
修改注意事项.txt Normal file
View File

@@ -0,0 +1,22 @@
import * as XLSX from 'xlsx'
/deep/ 替换成 ::v-deep
css 中@import 替换成 @use
sidebar.scss
@use './variables.scss';
&:hover {
background-color: variables.$menuHover !important;
}
Layout.vue
@use "../../styles/mixin.scss";
.app-wrapper {
@include mixin.clearfix;