Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-kanban
Project
Project
Details
Activity
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
ximai
mes-kanban
Commits
0caeee7d
Commit
0caeee7d
authored
Nov 19, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改图片
parent
dca83651
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
34 additions
and
11 deletions
+34
-11
routes.ts
config/routes.ts
+7
-7
kanban.ts
src/locales/th-TH/kanban.ts
+1
-2
kanban.ts
src/locales/zh-CN/kanban.ts
+1
-2
1.png
src/pages/img/1.png
+0
-0
2.png
src/pages/img/2.png
+0
-0
JABIL.jpg
src/pages/kanban/components/FHD1080P/Style2/img/JABIL.jpg
+0
-0
TXM.jpg
src/pages/kanban/components/FHD1080P/Style2/img/TXM.jpg
+0
-0
index.less
src/pages/kanban/components/FHD1080P/Style2/index.less
+23
-0
index.tsx
src/pages/kanban/components/FHD1080P/Style2/index.tsx
+2
-0
No files found.
config/routes.ts
View file @
0caeee7d
...
...
@@ -97,13 +97,6 @@ export default [
name
:
'kanban'
,
icon
:
'FundOutlined'
,
routes
:
[
// {
// path: 'productionProgressKanban',
// name: 'productionProgressKanban',
// target: '_blank',
// layout: false,
// component: './kanban/ProductionProgress',
// },
// {
// path: 'productProgressKanban',
// name: 'productProgressKanban',
...
...
@@ -125,6 +118,13 @@ export default [
layout
:
false
,
component
:
'./kanban/paintingProcessKanban'
,
},
{
path
:
'productionProgressKanban'
,
name
:
'productionProgressKanban'
,
target
:
'_blank'
,
layout
:
false
,
component
:
'./kanban/ProductionProgress'
,
},
// {
// path: 'materialSynthesisKanban',
// name: 'materialSynthesisKanban',
...
...
src/locales/th-TH/kanban.ts
View file @
0caeee7d
...
...
@@ -53,8 +53,7 @@ export default {
'原因'
:
'เหตุผล'
,
'状态'
:
'สถานะ'
,
'产线选择'
:
'การเลือกสายการผลิต'
,
'日产出'
:
'นิสสัน'
,
'产出率'
:
'ผลผลิต'
'日产出'
:
'นิสสัน'
}
;
\ No newline at end of file
src/locales/zh-CN/kanban.ts
View file @
0caeee7d
...
...
@@ -53,7 +53,6 @@ export default {
'原因'
:
'原因'
,
'状态'
:
'状态'
,
'产线选择'
:
'产线选择'
,
'日产出'
:
'日产出'
,
'产出率'
:
'产出率'
'日产出'
:
'日产出'
};
\ No newline at end of file
src/pages/img/1.png
View replaced file @
dca83651
View file @
0caeee7d
367 KB
|
W:
|
H:
371 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/pages/img/2.png
View replaced file @
dca83651
View file @
0caeee7d
332 KB
|
W:
|
H:
323 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/pages/kanban/components/FHD1080P/Style2/img/JABIL.jpg
0 → 100644
View file @
0caeee7d
69.8 KB
src/pages/kanban/components/FHD1080P/Style2/img/TXM.jpg
0 → 100644
View file @
0caeee7d
144 KB
src/pages/kanban/components/FHD1080P/Style2/index.less
View file @
0caeee7d
...
...
@@ -69,3 +69,26 @@
margin: 0;
padding: 0;
}
.TXM {
position: absolute;
top: 16px;
left: -240px;
width: 70px;
height: 84px;
background-image: url('./img/TXM.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.JABIL {
position: absolute;
top: 30px;
right: -216px;
width: 116px;
height: 62px;
background-image: url('./img/JABIL.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
\ No newline at end of file
src/pages/kanban/components/FHD1080P/Style2/index.tsx
View file @
0caeee7d
...
...
@@ -86,6 +86,8 @@ const Style1: React.FC<Style1Props> = ({
<
div
className=
{
styles
.
centerheader
}
style=
{
headerStyle
}
>
{
headerText
}
<
div
className=
{
styles
.
subTitle
}
>
{
subTitle
}
</
div
>
<
div
className=
{
styles
.
TXM
}
></
div
>
<
div
className=
{
styles
.
JABIL
}
></
div
>
</
div
>
<
div
className=
{
styles
.
rightheader
}
>
<
br
/>
...
...
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