|
@@ -84,16 +84,27 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="statusArea">
|
|
|
+<<<<<<< HEAD
|
|
|
<div class="runArea" @click="handleClick(0)">
|
|
|
<span class="svg-icon svg-icon-sm" :class="'svg-icon-green'" style="margin:0 5px">
|
|
|
+=======
|
|
|
+ <div class="runArea" @click="handleClick(0)" style="background: rgba(75, 85, 174, 0.15);border: 1px solid #4b55ae;">
|
|
|
+ <span class="svg-icon svg-icon-sm" :class="'svg-icon-blue'" style="margin:0 5px">
|
|
|
+>>>>>>> 175216f620cb5801bd29aca761ee667bf6d46820
|
|
|
<SvgIcon svgid="svg-standby"></SvgIcon>
|
|
|
</span>
|
|
|
<div>待机(台):</div>
|
|
|
<div>{{ fczbmaps.djts }}</div>
|
|
|
</div>
|
|
|
+<<<<<<< HEAD
|
|
|
<div class="runArea" style="background: rgba(75, 85, 174, 0.15);border: 1px solid #4b55ae;"
|
|
|
@click="handleClick(1)">
|
|
|
<span class="svg-icon svg-icon-sm" :class="'svg-icon-blue'" style="margin:0 5px">
|
|
|
+=======
|
|
|
+ <div class="runArea" style="background: rgba(5, 187, 76, 0.2);border: 1px solid #05BB4C;"
|
|
|
+ @click="handleClick(1)">
|
|
|
+ <span class="svg-icon svg-icon-sm" :class="'svg-icon-green'" style="margin:0 5px">
|
|
|
+>>>>>>> 175216f620cb5801bd29aca761ee667bf6d46820
|
|
|
<SvgIcon svgid="svg-normal-power"></SvgIcon>
|
|
|
</span>
|
|
|
<div>运行(台):</div>
|
|
@@ -333,10 +344,17 @@ export default {
|
|
|
getColor(fjzt) {
|
|
|
switch (fjzt) {
|
|
|
case 1:
|
|
|
+<<<<<<< HEAD
|
|
|
return "green";
|
|
|
break;
|
|
|
case 0:
|
|
|
return "blue";
|
|
|
+=======
|
|
|
+ return "blue";
|
|
|
+ break;
|
|
|
+ case 0:
|
|
|
+ return "green";
|
|
|
+>>>>>>> 175216f620cb5801bd29aca761ee667bf6d46820
|
|
|
break;
|
|
|
case 2:
|
|
|
return "red";
|
|
@@ -1098,8 +1116,13 @@ export default {
|
|
|
flex-direction: column;
|
|
|
height: 91px;
|
|
|
width: 60px;
|
|
|
+<<<<<<< HEAD
|
|
|
background-color: rgba(5, 187, 76, 0.1);
|
|
|
border: 1px solid rgba(5, 187, 76, 0.6);
|
|
|
+=======
|
|
|
+ background-color: rgba(75, 85, 174, 0.15);
|
|
|
+ border: 1px solid rgba(84, 100, 238, 0.15);
|
|
|
+>>>>>>> 175216f620cb5801bd29aca761ee667bf6d46820
|
|
|
margin-right: 2px;
|
|
|
margin-bottom: 5px;
|
|
|
|
|
@@ -1107,9 +1130,15 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
+<<<<<<< HEAD
|
|
|
background-color: rgba(6, 184, 75, .2);
|
|
|
height: 30px;
|
|
|
border-bottom: 1px solid rgba(5, 187, 76, 0.6);
|
|
|
+=======
|
|
|
+ background-color: rgba(84, 100, 238, 0.15);
|
|
|
+ height: 30px;
|
|
|
+ border-bottom: 1px solid rgba(84, 100, 238, 0.15);
|
|
|
+>>>>>>> 175216f620cb5801bd29aca761ee667bf6d46820
|
|
|
font-size: 14px;
|
|
|
color: #FFFFFF;
|
|
|
width: 59px;
|
|
@@ -1130,8 +1159,13 @@ export default {
|
|
|
flex-direction: column;
|
|
|
height: 91px;
|
|
|
width: 60px;
|
|
|
+<<<<<<< HEAD
|
|
|
background-color: rgba(75, 85, 174, 0.1);
|
|
|
border: 1px solid rgba(75, 85, 174, 0.6);
|
|
|
+=======
|
|
|
+ background-color: rgba(5, 187, 76, 0.2);
|
|
|
+ border: 1px solid rgba(5, 187, 76, 0.2);
|
|
|
+>>>>>>> 175216f620cb5801bd29aca761ee667bf6d46820
|
|
|
margin-right: 2px;
|
|
|
margin-bottom: 5px;
|
|
|
|
|
@@ -1139,9 +1173,15 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
+<<<<<<< HEAD
|
|
|
background-color: rgba(75, 85, 174, 0.6);
|
|
|
height: 30px;
|
|
|
border-bottom: 1px solid rgba(75, 85, 174, 0.6);
|
|
|
+=======
|
|
|
+ background-color: rgba(5, 187, 76, 0.2);
|
|
|
+ height: 30px;
|
|
|
+ border-bottom: 1px solid rgba(5, 187, 76, 0.2);
|
|
|
+>>>>>>> 175216f620cb5801bd29aca761ee667bf6d46820
|
|
|
font-size: 14px;
|
|
|
color: #FFFFFF;
|
|
|
width: 59px;
|
|
@@ -1766,8 +1806,13 @@ export default {
|
|
|
align-items: center;
|
|
|
width: 140px;
|
|
|
height: 27px;
|
|
|
+<<<<<<< HEAD
|
|
|
background: rgba(5, 187, 76, 0.2);
|
|
|
border: 1px solid #05BB4C;
|
|
|
+=======
|
|
|
+ // background: rgba(5, 187, 76, 0.2);
|
|
|
+ // border: 1px solid #05BB4C;
|
|
|
+>>>>>>> 175216f620cb5801bd29aca761ee667bf6d46820
|
|
|
border-radius: 4px;
|
|
|
margin-right: 2px;
|
|
|
}
|
|
@@ -1848,8 +1893,13 @@ export default {
|
|
|
flex-direction: column;
|
|
|
height: 91px;
|
|
|
width: 60px;
|
|
|
+<<<<<<< HEAD
|
|
|
background-color: rgba(5, 187, 76, 0.1);
|
|
|
border: 1px solid rgba(5, 187, 76, 0.6);
|
|
|
+=======
|
|
|
+ background-color: rgba(69, 87, 245, 0.15);
|
|
|
+ border: 1px solid rgba(65, 82, 243, 0.15);
|
|
|
+>>>>>>> 175216f620cb5801bd29aca761ee667bf6d46820
|
|
|
margin-right: 2px;
|
|
|
margin-bottom: 5px;
|
|
|
|
|
@@ -1857,9 +1907,15 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
+<<<<<<< HEAD
|
|
|
background-color: rgba(6, 184, 75, .2);
|
|
|
height: 30px;
|
|
|
border-bottom: 1px solid rgba(5, 187, 76, 0.6);
|
|
|
+=======
|
|
|
+ background-color: rgba(84, 100, 238, 0.15);
|
|
|
+ height: 30px;
|
|
|
+ border-bottom: 1px solid rgba(84, 100, 238, 0.15);
|
|
|
+>>>>>>> 175216f620cb5801bd29aca761ee667bf6d46820
|
|
|
font-size: 14px;
|
|
|
color: #FFFFFF;
|
|
|
width: 59px;
|
|
@@ -1880,8 +1936,13 @@ export default {
|
|
|
flex-direction: column;
|
|
|
height: 91px;
|
|
|
width: 82px;
|
|
|
+<<<<<<< HEAD
|
|
|
background-color: rgba(75, 85, 174, 0.1);
|
|
|
border: 1px solid rgba(75, 85, 174, 0.6);
|
|
|
+=======
|
|
|
+ background-color: rgba(5, 187, 76, 0.2);
|
|
|
+ border: 1px solid rgba(5, 187, 76, 0.2);
|
|
|
+>>>>>>> 175216f620cb5801bd29aca761ee667bf6d46820
|
|
|
margin-right: 2px;
|
|
|
margin-bottom: 5px;
|
|
|
|
|
@@ -1889,9 +1950,15 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
+<<<<<<< HEAD
|
|
|
background-color: rgba(75, 85, 174, 0.6);
|
|
|
height: 30px;
|
|
|
border-bottom: 1px solid rgba(75, 85, 174, 0.6);
|
|
|
+=======
|
|
|
+ background-color: rgba(5, 187, 76, 0.2);
|
|
|
+ height: 30px;
|
|
|
+ border-bottom: 1px solid rgba(5, 187, 76, 0.2);
|
|
|
+>>>>>>> 175216f620cb5801bd29aca761ee667bf6d46820
|
|
|
font-size: 14px;
|
|
|
color: #FFFFFF;
|
|
|
width: 81px;
|