@@ -303,6 +303,7 @@ const Scada = () => {
height: '279px',
borderRadius: '0 0 44px 0',
}}
+ frameborder="0"
src={url}
/>
))}
@@ -95,7 +95,7 @@ const SystemDaily = (props) => {
<div className={styles.textItem}>
工单数量:
{renderItem(work_order_task, '条')}
- </div>{' '}
+ </div>
工单完成率:
{renderItem(work_percent, '%')}