GitLab
Sign in
qiangmj
/
ebc-Mes
Back to Dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d72f110131e9d47e638d31470649c31caebdac4c
Authored by
zhangzzzz
2025-12-01 10:46:15 +0800
1 parent
5c3bb1f7
新增产品质量档案模块;
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/mes/common/buttonComponent/index.js
src/mes/common/buttonComponent/index.js
View file @
d72f110
...
...
@@ -77,7 +77,7 @@ const ButtonComponent = props => {
77
77
["机台任务", 1],
78
78
["历史任务", 6],
79
79
null,
80
-
null
,
80
+
["产品质量档案", 2]
,
81
81
["标签补打", 2],
82
82
// null,
83
83
["工单信息", 2],
...
...