Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kwell-mes
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gavelinfo
kwell-mes
Commits
19475690
Commit
19475690
authored
Feb 16, 2022
by
王向前
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码调整
parent
ffcb10ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
KmesBoardController.java
.../java/com/gavel/kwell/controller/KmesBoardController.java
+1
-1
module.xml
gavel/src/main/resources/module.xml
+2
-2
No files found.
gavel/src/main/java/com/gavel/kwell/controller/KmesBoardController.java
View file @
19475690
...
...
@@ -11,7 +11,7 @@ public class KmesBoardController extends BaseController {
@RequestMapping
(
"/index"
)
public
String
index
()
{
return
"
hz
mes/dashboard/index"
;
return
"
k
mes/dashboard/index"
;
}
...
...
gavel/src/main/resources/module.xml
View file @
19475690
...
...
@@ -21,11 +21,11 @@
<print
entity=
"com.gavel.hzgd.vo.HzWoVO"
/>
</menu>
<menu
mkid=
"9010
196
00"
mkmc=
"工票记录查询"
url=
"kmes/gpfkcx/index"
>
<menu
mkid=
"9010
010
00"
mkmc=
"工票记录查询"
url=
"kmes/gpfkcx/index"
>
<print
entity=
"com.gavel.hzgd.vo.GpfkcxVO"
/>
</menu>
<menu
mkid=
"9010
111
00"
mkmc=
"车间看板"
url=
"kmes/dashboard/index"
>
<menu
mkid=
"9010
012
00"
mkmc=
"车间看板"
url=
"kmes/dashboard/index"
>
</menu>
</menu>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment