Merge pull request 'projects/mesxc-zhp' (#272) from projects/mesxc-zhp into projects/mesxc-test
Reviewed-on: #272
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
<!--
 | 
			
		||||
 * @Author: zhp
 | 
			
		||||
 * @Date: 2024-01-29 16:50:26
 | 
			
		||||
 * @LastEditTime: 2024-03-25 13:37:34
 | 
			
		||||
 * @LastEditTime: 2024-03-25 18:33:48
 | 
			
		||||
 * @LastEditors: zhp
 | 
			
		||||
 * @Description:
 | 
			
		||||
-->
 | 
			
		||||
@@ -793,11 +793,11 @@ export default {
 | 
			
		||||
            // formatDate(item.planStartTime) || '',
 | 
			
		||||
            // `<span style="color:rgba(255,255,255,0.5)" >${item.line || ''}
 | 
			
		||||
            // </span>`,
 | 
			
		||||
          `<span style="color:rgba(255,255,255,0.5)">${item.name || ''}</span>`,
 | 
			
		||||
          `<span style="color:rgba(255,255,255,0.5)">${ele.name || ''}</span>`,
 | 
			
		||||
          // `<span style="color:rgba(255,255,255,0.5)">${item.code || ''}</span>`,
 | 
			
		||||
          `<span style="color:rgba(255,255,255,0.5)">${item.run || ''}</span>`,
 | 
			
		||||
          `<span style="color:rgba(255,255,255,0.5)">${ele.run || ''}</span>`,
 | 
			
		||||
          // `<span style="color:rgba(255,255,255,0.5)">${item.error || ''}</span>`,
 | 
			
		||||
          ]);
 | 
			
		||||
          ])
 | 
			
		||||
      }
 | 
			
		||||
      this.realEqConfig.data = this.realEqList
 | 
			
		||||
      this.$refs['realEqScrollBoard'].updateRows(this.realEqList)
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
<!--
 | 
			
		||||
 * @Author: zhp
 | 
			
		||||
 * @Date: 2023-09-21 09:06:28
 | 
			
		||||
 * @LastEditTime: 2024-03-25 16:56:54
 | 
			
		||||
 * @LastEditTime: 2024-03-25 18:34:58
 | 
			
		||||
 * @LastEditors: zhp
 | 
			
		||||
 * @Description:
 | 
			
		||||
-->
 | 
			
		||||
@@ -286,7 +286,7 @@ export default {
 | 
			
		||||
}
 | 
			
		||||
</script>
 | 
			
		||||
<style>
 | 
			
		||||
/* .productChart{
 | 
			
		||||
.productChart{
 | 
			
		||||
  top: -10px;
 | 
			
		||||
} */
 | 
			
		||||
}
 | 
			
		||||
</style>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
<!--
 | 
			
		||||
 * @Author: zhp
 | 
			
		||||
 * @Date: 2023-12-27 13:54:52
 | 
			
		||||
 * @LastEditTime: 2024-03-25 16:23:12
 | 
			
		||||
 * @LastEditTime: 2024-03-25 18:37:26
 | 
			
		||||
 * @LastEditors: zhp
 | 
			
		||||
 * @Description:
 | 
			
		||||
-->
 | 
			
		||||
@@ -174,7 +174,7 @@ export default {
 | 
			
		||||
        legend: {
 | 
			
		||||
          itemWidth: 12,
 | 
			
		||||
          itemHeight: 12,
 | 
			
		||||
          top:'30',
 | 
			
		||||
          top:'10',
 | 
			
		||||
          icon: 'rect',
 | 
			
		||||
          textStyle: {
 | 
			
		||||
            color: '#ffffff'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user