diff --git a/god-ui/src/utils/bigscreenTool/index.js b/god-ui/src/utils/bigscreenTool/index.js
index 964108be..f4d3a83e 100644
--- a/god-ui/src/utils/bigscreenTool/index.js
+++ b/god-ui/src/utils/bigscreenTool/index.js
@@ -24,7 +24,7 @@ export const initChartStatic = (id = '', option = {}) => {
* @param {object} Options
* @returns
*/
-export const generateBaseOptions = (Options = {}) => {
+export const generateBaseOptions = (Options = {}, dark = true) => {
return merge({
title: {
text: "",
@@ -33,7 +33,7 @@ export const generateBaseOptions = (Options = {}) => {
},
},
textStyle: {
- color: '#fff'
+ color: dark ? '#fff' : '#000'
},
color: [
'#306fff',
@@ -91,7 +91,7 @@ export const generateBaseOptions = (Options = {}) => {
show: true,
lineStyle: {
type: 'dashed',
- color: 'rgba(255, 255, 255, 0.3)'
+ color: dark ? '#ffffff66' : '#00000026'
}
},
},
@@ -119,7 +119,7 @@ export const generateBaseOptions = (Options = {}) => {
itemHeight: 10, // 图例图形高度
borderRadius: 10,
textStyle: {
- color: "#d7d8db",
+ color: dark ? '#d7d8db' : '#00000026',
fontSize: 9,
},
lineStyle: {
diff --git a/god-ui/src/views/pzhmyManage/home/assets/top1.png b/god-ui/src/views/pzhmyManage/home/assets/top1.png
new file mode 100644
index 00000000..d9f4178f
Binary files /dev/null and b/god-ui/src/views/pzhmyManage/home/assets/top1.png differ
diff --git a/god-ui/src/views/pzhmyManage/home/assets/top2.png b/god-ui/src/views/pzhmyManage/home/assets/top2.png
new file mode 100644
index 00000000..c1dd8120
Binary files /dev/null and b/god-ui/src/views/pzhmyManage/home/assets/top2.png differ
diff --git a/god-ui/src/views/pzhmyManage/home/assets/top3.png b/god-ui/src/views/pzhmyManage/home/assets/top3.png
new file mode 100644
index 00000000..39c4c58d
Binary files /dev/null and b/god-ui/src/views/pzhmyManage/home/assets/top3.png differ
diff --git a/god-ui/src/views/pzhmyManage/home/assets/top4.png b/god-ui/src/views/pzhmyManage/home/assets/top4.png
new file mode 100644
index 00000000..ae96d6c5
Binary files /dev/null and b/god-ui/src/views/pzhmyManage/home/assets/top4.png differ
diff --git a/god-ui/src/views/pzhmyManage/home/assets/top5.png b/god-ui/src/views/pzhmyManage/home/assets/top5.png
new file mode 100644
index 00000000..e261e0b5
Binary files /dev/null and b/god-ui/src/views/pzhmyManage/home/assets/top5.png differ
diff --git a/god-ui/src/views/pzhmyManage/home/index.vue b/god-ui/src/views/pzhmyManage/home/index.vue
new file mode 100644
index 00000000..5001c706
--- /dev/null
+++ b/god-ui/src/views/pzhmyManage/home/index.vue
@@ -0,0 +1,407 @@
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+ {{ item.value }}
+
+
+
+
+
+
+
+
作业质量管理
+
+
+
序号
+
设备名
+
SOP内容
+
时间
+
+
+
{{ (index + 1) }}
+
{{ item.device }}
+
{{ item.info }}
+
{{ item.time }}
+
+
+
+
+
+
+
+
+
\ No newline at end of file