Commit 0caeee7d authored by 沈翠玲's avatar 沈翠玲

修改图片

parent dca83651
...@@ -97,13 +97,6 @@ export default [ ...@@ -97,13 +97,6 @@ export default [
name: 'kanban', name: 'kanban',
icon: 'FundOutlined', icon: 'FundOutlined',
routes: [ routes: [
// {
// path: 'productionProgressKanban',
// name: 'productionProgressKanban',
// target: '_blank',
// layout: false,
// component: './kanban/ProductionProgress',
// },
// { // {
// path: 'productProgressKanban', // path: 'productProgressKanban',
// name: 'productProgressKanban', // name: 'productProgressKanban',
...@@ -125,6 +118,13 @@ export default [ ...@@ -125,6 +118,13 @@ export default [
layout: false, layout: false,
component: './kanban/paintingProcessKanban', component: './kanban/paintingProcessKanban',
}, },
{
path: 'productionProgressKanban',
name: 'productionProgressKanban',
target: '_blank',
layout: false,
component: './kanban/ProductionProgress',
},
// { // {
// path: 'materialSynthesisKanban', // path: 'materialSynthesisKanban',
// name: 'materialSynthesisKanban', // name: 'materialSynthesisKanban',
......
...@@ -53,8 +53,7 @@ export default { ...@@ -53,8 +53,7 @@ export default {
'原因': 'เหตุผล', '原因': 'เหตุผล',
'状态': 'สถานะ', '状态': 'สถานะ',
'产线选择': 'การเลือกสายการผลิต', '产线选择': 'การเลือกสายการผลิต',
'日产出': 'นิสสัน', '日产出': 'นิสสัน'
'产出率': 'ผลผลิต'
} }
; ;
\ No newline at end of file
...@@ -53,7 +53,6 @@ export default { ...@@ -53,7 +53,6 @@ export default {
'原因': '原因', '原因': '原因',
'状态': '状态', '状态': '状态',
'产线选择': '产线选择', '产线选择': '产线选择',
'日产出': '日产出', '日产出': '日产出'
'产出率': '产出率'
}; };
\ No newline at end of file
src/pages/img/1.png

367 KB | W: | H:

src/pages/img/1.png

371 KB | W: | H:

src/pages/img/1.png
src/pages/img/1.png
src/pages/img/1.png
src/pages/img/1.png
  • 2-up
  • Swipe
  • Onion skin
src/pages/img/2.png

332 KB | W: | H:

src/pages/img/2.png

323 KB | W: | H:

src/pages/img/2.png
src/pages/img/2.png
src/pages/img/2.png
src/pages/img/2.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -69,3 +69,26 @@ ...@@ -69,3 +69,26 @@
margin: 0; margin: 0;
padding: 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
...@@ -86,6 +86,8 @@ const Style1: React.FC<Style1Props> = ({ ...@@ -86,6 +86,8 @@ const Style1: React.FC<Style1Props> = ({
<div className={styles.centerheader} style={headerStyle}> <div className={styles.centerheader} style={headerStyle}>
{headerText} {headerText}
<div className={styles.subTitle}>{subTitle}</div> <div className={styles.subTitle}>{subTitle}</div>
<div className={styles.TXM}></div>
<div className={styles.JABIL}></div>
</div> </div>
<div className={styles.rightheader}> <div className={styles.rightheader}>
<br /> <br />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment