diff --git a/src/views/MicroExhibition/child/Img.vue b/src/views/MicroExhibition/child/Img.vue
new file mode 100644
index 0000000..8cb2c67
--- /dev/null
+++ b/src/views/MicroExhibition/child/Img.vue
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
diff --git a/src/views/MicroExhibition/child/Left1.vue b/src/views/MicroExhibition/child/Left1.vue
index 41a9629..afedf25 100644
--- a/src/views/MicroExhibition/child/Left1.vue
+++ b/src/views/MicroExhibition/child/Left1.vue
@@ -4,21 +4,21 @@
- {{title}}
- {{ val }}
+ {{num}}
+ {{ numdata }}
@@ -70,7 +70,7 @@ const prop = defineProps({
font-size: 20px;
color: #B2EDED;
top: 410px;
- left: 56px;
+ left: 40px;
}
.val {
width: 100%;
diff --git a/src/views/MicroExhibition/child/Left2.vue b/src/views/MicroExhibition/child/Left2.vue
index e87aa2a..d402bbe 100644
--- a/src/views/MicroExhibition/child/Left2.vue
+++ b/src/views/MicroExhibition/child/Left2.vue
@@ -4,21 +4,21 @@
- {{ title }}
- {{ val }}
+ {{ state }}
+ {{ statedata }}
diff --git a/src/views/MicroExhibition/child/LineChart.vue b/src/views/MicroExhibition/child/LineChart.vue
index 7752e65..908f59e 100644
--- a/src/views/MicroExhibition/child/LineChart.vue
+++ b/src/views/MicroExhibition/child/LineChart.vue
@@ -1,93 +1,102 @@
-
-
+
-
diff --git a/src/views/MicroExhibition/child/Name.vue b/src/views/MicroExhibition/child/Name.vue
new file mode 100644
index 0000000..880a2cd
--- /dev/null
+++ b/src/views/MicroExhibition/child/Name.vue
@@ -0,0 +1,42 @@
+
+
+
+ {{ name }}
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/MicroExhibition/child/Pan2.vue b/src/views/MicroExhibition/child/Pan2.vue
new file mode 100644
index 0000000..09b4ea2
--- /dev/null
+++ b/src/views/MicroExhibition/child/Pan2.vue
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
diff --git a/src/views/MicroExhibition/child/Right1.vue b/src/views/MicroExhibition/child/Right1.vue
index fdfef8f..aa3413a 100644
--- a/src/views/MicroExhibition/child/Right1.vue
+++ b/src/views/MicroExhibition/child/Right1.vue
@@ -1,24 +1,41 @@
+
+
+
+
+
+
{{ actoutput }}
+
{{ actdata }}
+
-
{{ title }}
-
{{ val }}
+
{{ planoutput }}
+
{{ plandata }}
@@ -36,6 +53,13 @@ const prop = defineProps({
left: 0px;
top: 0px;
}
+.pan2 {
+ position: absolute;
+ width: 150px;
+ height: 120px;
+ left: 265px;
+ top: -40px;
+}
.s1 {
position: absolute;
width: 258px;
@@ -45,6 +69,16 @@ const prop = defineProps({
top: 343px;
transform: rotate(90deg);
}
+.s12 {
+ position: absolute;
+ width: 258px;
+ height: 6px;
+ background-image: url('./img/u829p000.svg');
+ left: 216px;
+ top: 192px;
+ transform: rotate(90deg);
+ background-repeat:no-repeat
+}
.h1 {
position: absolute;
width: 100px;
@@ -53,6 +87,14 @@ const prop = defineProps({
left: 35px;
top: 467px;
}
+.h12 {
+ position: absolute;
+ width: 135px;
+ height: 6px;
+ background-image: url('./img/u829p001.svg');
+ left: 210px;
+ top: 99px;
+}
.s2 {
position: absolute;
width: 124px;
@@ -62,6 +104,16 @@ const prop = defineProps({
top: 528px;
transform: rotate(90deg);
}
+.s21 {
+ position: absolute;
+ width: 124px;
+ height: 6px;
+ background-image: url('./img/u829p002.svg');
+ left: 150px;
+ top: 160px;
+ transform: rotate(90deg);
+ background-repeat:no-repeat
+}
.title {
position: absolute;
font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
@@ -70,7 +122,7 @@ const prop = defineProps({
font-size: 20px;
color: #B2EDED;
top: 240px;
- left: 42px;
+ left: 25px;
}
.val {
width: 100%;
@@ -83,4 +135,26 @@ const prop = defineProps({
top: 55px;
left: 0;
}
+.title2 {
+ position: absolute;
+ font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
+ font-weight: 700;
+ font-style: normal;
+ font-size: 20px;
+ color: #B2EDED;
+ top: 110px;
+ left: 235px;
+ width:100px;
+}
+.val2 {
+ width: 100%;
+ position: absolute;
+ font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
+ font-weight: 700;
+ font-style: normal;
+ font-size: 26px;
+ color: #B2EDED;
+ top: -40px;
+ left: 220px;
+}
diff --git a/src/views/MicroExhibition/child/Right2.vue b/src/views/MicroExhibition/child/Right2.vue
index 519f208..d9e419e 100644
--- a/src/views/MicroExhibition/child/Right2.vue
+++ b/src/views/MicroExhibition/child/Right2.vue
@@ -4,21 +4,21 @@
- {{ title }}
- {{ val }}
+ {{ cut }}
+ {{ cutdata }}
@@ -70,7 +70,7 @@ const prop = defineProps({
font-size: 20px;
color: #B2EDED;
top: 410px;
- left: 34px;
+ left: 40px;
}
.val {
width: 100%;
diff --git a/src/views/MicroExhibition/child/img/u455.svg b/src/views/MicroExhibition/child/img/u455.svg
new file mode 100644
index 0000000..e7af62f
--- /dev/null
+++ b/src/views/MicroExhibition/child/img/u455.svg
@@ -0,0 +1,6 @@
+
+
\ No newline at end of file
diff --git a/src/views/MicroExhibition/child/img/u457.svg b/src/views/MicroExhibition/child/img/u457.svg
new file mode 100644
index 0000000..5c5b100
--- /dev/null
+++ b/src/views/MicroExhibition/child/img/u457.svg
@@ -0,0 +1,6 @@
+
+
\ No newline at end of file
diff --git a/src/views/MicroExhibition/child/img/u506.svg b/src/views/MicroExhibition/child/img/u506.svg
new file mode 100644
index 0000000..548100e
--- /dev/null
+++ b/src/views/MicroExhibition/child/img/u506.svg
@@ -0,0 +1,7 @@
+
+
\ No newline at end of file
diff --git a/src/views/MicroExhibition/child/img/u585.svg b/src/views/MicroExhibition/child/img/u585.svg
new file mode 100644
index 0000000..1f8431d
--- /dev/null
+++ b/src/views/MicroExhibition/child/img/u585.svg
@@ -0,0 +1,6 @@
+
+
\ No newline at end of file
diff --git a/src/views/MicroExhibition/child/img/u829p000.svg b/src/views/MicroExhibition/child/img/u829p000.svg
new file mode 100644
index 0000000..a45060f
--- /dev/null
+++ b/src/views/MicroExhibition/child/img/u829p000.svg
@@ -0,0 +1,7 @@
+
+
\ No newline at end of file
diff --git a/src/views/MicroExhibition/child/img/u829p001.svg b/src/views/MicroExhibition/child/img/u829p001.svg
new file mode 100644
index 0000000..86b339d
--- /dev/null
+++ b/src/views/MicroExhibition/child/img/u829p001.svg
@@ -0,0 +1,7 @@
+
+
\ No newline at end of file
diff --git a/src/views/MicroExhibition/child/img/u829p002.svg b/src/views/MicroExhibition/child/img/u829p002.svg
new file mode 100644
index 0000000..1cde7f8
--- /dev/null
+++ b/src/views/MicroExhibition/child/img/u829p002.svg
@@ -0,0 +1,7 @@
+
+
\ No newline at end of file
diff --git a/src/views/MicroExhibition/child/img/u854.png b/src/views/MicroExhibition/child/img/u854.png
new file mode 100644
index 0000000..80ced0f
Binary files /dev/null and b/src/views/MicroExhibition/child/img/u854.png differ
diff --git a/src/views/MicroExhibition/child/index.vue b/src/views/MicroExhibition/child/index.vue
index 8f8f652..314de69 100644
--- a/src/views/MicroExhibition/child/index.vue
+++ b/src/views/MicroExhibition/child/index.vue
@@ -1,209 +1,283 @@
-
-
-
-
-
-
工作效率
-
95
-
-

-
-
-

-
-
- - 10
- - 20
- - 30
- - 40
- - 50
- - 60
- - 70
- - 80
- - 90
- - 100
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
稼 动 率
+
{{ allData.activ }}%
+
+

+
+
+

+
+
+ - 10
+ - 20
+ - 30
+ - 40
+ - 50
+ - 60
+ - 70
+ - 80
+ - 90
+ - 100
+
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+
-