|
@@ -1,4 +1,5 @@
|
|
|
import React from 'react';
|
|
import React from 'react';
|
|
|
|
|
+import logeImg from '../../assets/images/log.png';
|
|
|
|
|
|
|
|
function titleRender(state) {
|
|
function titleRender(state) {
|
|
|
let time1 = new Date().format('HH:mm:ss');
|
|
let time1 = new Date().format('HH:mm:ss');
|
|
@@ -7,7 +8,7 @@ function titleRender(state) {
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td className="logo" width="320" rowSpan="2">
|
|
<td className="logo" width="320" rowSpan="2">
|
|
|
- <img src={require('../../assets/images/log.png')} alt=""/>
|
|
|
|
|
|
|
+ <img src={logeImg} alt=""/>
|
|
|
</td>
|
|
</td>
|
|
|
<td className="title-center" width="550" rowSpan="2">产线ASS02ZZ电子看板 <br/>Production Line Overview</td>
|
|
<td className="title-center" width="550" rowSpan="2">产线ASS02ZZ电子看板 <br/>Production Line Overview</td>
|
|
|
<td className="title-field" width="210">
|
|
<td className="title-field" width="210">
|