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
9072cf8732f54d1048f907e62973b1c0031a0b5a
Authored by
zhangzzzz
2025-12-01 11:18:41 +0800
1 parent
47c1d55f
新增印刷出版任务菜单;
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 @
9072cf8
...
...
@@ -153,7 +153,7 @@ const ButtonComponent = props => {
153
153
["班组交接", 18],
154
154
["工单变更信息", 19],
155
155
["其它机台日报", 16],
156
-
null
,
156
+
["印刷出版任务", 2]
,
157
157
null,
158
158
["工艺巡检", 20]
159
159
];
...
...