@@ -555,6 +555,8 @@ export default { | |||||
text-indent: 20px; | text-indent: 20px; | ||||
margin-top: 10px; | margin-top: 10px; | ||||
color: #666666; | color: #666666; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -2208,6 +2208,8 @@ export default { | |||||
text-indent: 20px; | text-indent: 20px; | ||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -2231,6 +2233,8 @@ export default { | |||||
text-indent: 20px; | text-indent: 20px; | ||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -2293,6 +2297,7 @@ export default { | |||||
font-size: 16px; | font-size: 16px; | ||||
color: #2c3542; | color: #2c3542; | ||||
margin-top: 24px; | margin-top: 24px; | ||||
align-items: center; | |||||
.jinboxtit { | .jinboxtit { | ||||
width: 20%; | width: 20%; | ||||
@@ -1666,6 +1666,8 @@ export default { | |||||
text-indent: 20px; | text-indent: 20px; | ||||
margin-top: 10px; | margin-top: 10px; | ||||
color: #666666; | color: #666666; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -14,7 +14,9 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="app-titel" style="margin-top: 15px"> | <div class="app-titel" style="margin-top: 15px"> | ||||
<div class="label" style="margin-left: 20px">时间:</div> | |||||
<div class="label" style="color: #32363d; font-weight: 400; font-size: 16px"> | |||||
筛选时间: | |||||
</div> | |||||
<div class="toptimeqhuan"> | <div class="toptimeqhuan"> | ||||
<el-button class="btn" :type="searchForm.dateType == null ? 'primary' : ''" @click="tabtimetap(null)"> | <el-button class="btn" :type="searchForm.dateType == null ? 'primary' : ''" @click="tabtimetap(null)"> | ||||
全部 | 全部 | ||||
@@ -142,8 +144,7 @@ | |||||
<div class="app-titel" style="margin-top: 15px"></div> | <div class="app-titel" style="margin-top: 15px"></div> | ||||
<div class="app-titel" style="margin-top: 15px"> | <div class="app-titel" style="margin-top: 15px"> | ||||
<div class="label" style="color: #ffffff">筛选相关:</div> | |||||
<div> | |||||
<div style="margin-left:126px"> | |||||
<el-button type="primary" @click="screen">筛选</el-button> | <el-button type="primary" @click="screen">筛选</el-button> | ||||
</div> | </div> | ||||
<div style="margin-left: 20px"> | <div style="margin-left: 20px"> | ||||
@@ -708,6 +709,7 @@ export default { | |||||
background: #ffffff; | background: #ffffff; | ||||
display: flex; | display: flex; | ||||
align-items: center; | align-items: center; | ||||
margin-left: 9px; | |||||
} | } | ||||
.toptimeqhuan div { | .toptimeqhuan div { | ||||
@@ -773,6 +773,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -805,6 +807,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -844,6 +848,7 @@ export default { | |||||
font-size: 16px; | font-size: 16px; | ||||
color: #2c3542; | color: #2c3542; | ||||
margin-top: 24px; | margin-top: 24px; | ||||
align-items: center; | |||||
.jinboxtit { | .jinboxtit { | ||||
width: 14%; | width: 14%; | ||||
@@ -1241,6 +1241,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
flex: 1; | flex: 1; | ||||
@@ -1268,6 +1270,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
flex: 1; | flex: 1; | ||||
@@ -1304,6 +1308,7 @@ export default { | |||||
font-size: 16px; | font-size: 16px; | ||||
color: #2c3542; | color: #2c3542; | ||||
margin-top: 24px; | margin-top: 24px; | ||||
align-items: center; | |||||
.jinboxtit { | .jinboxtit { | ||||
width: 14%; | width: 14%; | ||||
height: 18px; | height: 18px; | ||||
@@ -491,6 +491,7 @@ export default { | |||||
font-size: 16px; | font-size: 16px; | ||||
color: #2C3542; | color: #2C3542; | ||||
margin-top: 24px; | margin-top: 24px; | ||||
align-items: center; | |||||
} | } | ||||
.jinboxtit { | .jinboxtit { | ||||
@@ -1232,6 +1232,7 @@ export default { | |||||
border-radius: 4px; | border-radius: 4px; | ||||
display: flex; | display: flex; | ||||
align-items: center; | align-items: center; | ||||
padding-top: 10px; | |||||
.titel-text { | .titel-text { | ||||
height: 100%; | height: 100%; | ||||
font-size: 18px; | font-size: 18px; | ||||
@@ -1328,6 +1329,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
flex: 1; | flex: 1; | ||||
@@ -1355,6 +1358,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
flex: 1; | flex: 1; | ||||
@@ -1391,6 +1396,7 @@ export default { | |||||
font-size: 16px; | font-size: 16px; | ||||
color: #2c3542; | color: #2c3542; | ||||
margin-top: 24px; | margin-top: 24px; | ||||
align-items: center; | |||||
.jinboxtit { | .jinboxtit { | ||||
width: 14%; | width: 14%; | ||||
height: 18px; | height: 18px; | ||||
@@ -334,7 +334,7 @@ | |||||
</el-menu> --> | </el-menu> --> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="hejisan"> | |||||
<div class="hejisan" style="margin-top:60px"> | |||||
<div class="sanbox1" style="width: 30%; text-align: center"> | <div class="sanbox1" style="width: 30%; text-align: center"> | ||||
<div class="text1-1"> | <div class="text1-1"> | ||||
{{ activeName == "3" ? "平均执行率" : "合计" }} | {{ activeName == "3" ? "平均执行率" : "合计" }} | ||||
@@ -1772,6 +1772,8 @@ export default { | |||||
text-indent: 20px; | text-indent: 20px; | ||||
margin-top: 10px; | margin-top: 10px; | ||||
color: #666666; | color: #666666; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -1860,6 +1862,7 @@ export default { | |||||
color: #2c3542; | color: #2c3542; | ||||
margin-top: 24px; | margin-top: 24px; | ||||
padding-left: 4px; | padding-left: 4px; | ||||
align-items: center; | |||||
.jinboxtit { | .jinboxtit { | ||||
width: 12%; | width: 12%; | ||||
@@ -1972,6 +1975,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -2003,6 +2008,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -2037,6 +2044,8 @@ export default { | |||||
line-height: 16px; | line-height: 16px; | ||||
text-indent: 20px; | text-indent: 20px; | ||||
margin-top: 20px; | margin-top: 20px; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -87,7 +87,7 @@ | |||||
</div> | </div> | ||||
<div class="app-titel" style="margin-top: 15px"> | <div class="app-titel" style="margin-top: 15px"> | ||||
<div style="margin-left: 20px"> | |||||
<div style="margin-left: 30px"> | |||||
<el-button type="primary" size="small" @click="screen()" | <el-button type="primary" size="small" @click="screen()" | ||||
>筛选</el-button | >筛选</el-button | ||||
> | > | ||||
@@ -708,6 +708,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
flex: 1; | flex: 1; | ||||
@@ -735,6 +737,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
flex: 1; | flex: 1; | ||||
@@ -770,6 +774,7 @@ export default { | |||||
font-size: 16px; | font-size: 16px; | ||||
color: #2c3542; | color: #2c3542; | ||||
margin-top: 24px; | margin-top: 24px; | ||||
align-items: center; | |||||
.jinboxtit { | .jinboxtit { | ||||
width: 14%; | width: 14%; | ||||
height: 18px; | height: 18px; | ||||
@@ -1036,6 +1036,8 @@ tbody tr { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -1066,6 +1068,8 @@ tbody tr { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -1100,6 +1104,7 @@ tbody tr { | |||||
.text1-2 { | .text1-2 { | ||||
color: #333333; | color: #333333; | ||||
margin-top: 10px; | margin-top: 10px; | ||||
font-weight: bold; | |||||
} | } | ||||
} | } | ||||
@@ -1112,6 +1117,7 @@ tbody tr { | |||||
font-size: 16px; | font-size: 16px; | ||||
color: #2c3542; | color: #2c3542; | ||||
margin-top: 24px; | margin-top: 24px; | ||||
align-items: center; | |||||
.jinboxtit { | .jinboxtit { | ||||
width: 14%; | width: 14%; | ||||
@@ -1447,6 +1447,8 @@ export default { | |||||
color: #666666; | color: #666666; | ||||
margin-left: 30px; | margin-left: 30px; | ||||
margin-top: 24px; | margin-top: 24px; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -1305,6 +1305,8 @@ export default { | |||||
text-indent: 20px; | text-indent: 20px; | ||||
margin-top: 10px; | margin-top: 10px; | ||||
color: #666666; | color: #666666; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -1496,6 +1498,7 @@ export default { | |||||
font-size: 16px; | font-size: 16px; | ||||
color: #2c3542; | color: #2c3542; | ||||
margin-top: 24px; | margin-top: 24px; | ||||
align-items: center; | |||||
.jinboxtit { | .jinboxtit { | ||||
width: 14%; | width: 14%; | ||||
@@ -1589,6 +1592,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -1620,6 +1625,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -1653,6 +1660,8 @@ export default { | |||||
line-height: 16px; | line-height: 16px; | ||||
text-indent: 20px; | text-indent: 20px; | ||||
margin-top: 20px; | margin-top: 20px; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -1381,6 +1381,8 @@ export default { | |||||
text-indent: 20px; | text-indent: 20px; | ||||
margin-top: 10px; | margin-top: 10px; | ||||
color: #666666; | color: #666666; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -1528,6 +1530,7 @@ export default { | |||||
font-size: 16px; | font-size: 16px; | ||||
color: #2c3542; | color: #2c3542; | ||||
margin-top: 24px; | margin-top: 24px; | ||||
align-items: center; | |||||
.jinboxtit { | .jinboxtit { | ||||
width: 14%; | width: 14%; | ||||
@@ -1621,6 +1624,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -1652,6 +1657,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -1685,6 +1692,8 @@ export default { | |||||
line-height: 16px; | line-height: 16px; | ||||
text-indent: 20px; | text-indent: 20px; | ||||
margin-top: 20px; | margin-top: 20px; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -1908,6 +1908,8 @@ export default { | |||||
text-indent: 20px; | text-indent: 20px; | ||||
margin-top: 10px; | margin-top: 10px; | ||||
color: #666666; | color: #666666; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -2103,6 +2105,7 @@ export default { | |||||
font-size: 16px; | font-size: 16px; | ||||
color: #2c3542; | color: #2c3542; | ||||
margin-top: 24px; | margin-top: 24px; | ||||
align-items: center; | |||||
.jinboxtit { | .jinboxtit { | ||||
width: 14%; | width: 14%; | ||||
@@ -2196,6 +2199,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -2227,6 +2232,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -2260,6 +2267,8 @@ export default { | |||||
line-height: 16px; | line-height: 16px; | ||||
text-indent: 20px; | text-indent: 20px; | ||||
margin-top: 20px; | margin-top: 20px; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -813,6 +813,8 @@ export default { | |||||
text-indent: 20px; | text-indent: 20px; | ||||
margin-top: 10px; | margin-top: 10px; | ||||
color: #666666; | color: #666666; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -904,6 +906,7 @@ export default { | |||||
font-size: 16px; | font-size: 16px; | ||||
color: #2c3542; | color: #2c3542; | ||||
margin-top: 24px; | margin-top: 24px; | ||||
align-items: center; | |||||
.jinboxtit { | .jinboxtit { | ||||
width: 14%; | width: 14%; | ||||
height: 18px; | height: 18px; | ||||
@@ -983,6 +986,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
flex: 1; | flex: 1; | ||||
@@ -1010,6 +1015,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
flex: 1; | flex: 1; | ||||
@@ -1040,6 +1047,8 @@ export default { | |||||
line-height: 16px; | line-height: 16px; | ||||
text-indent: 20px; | text-indent: 20px; | ||||
margin-top: 20px; | margin-top: 20px; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
height: 32px; | height: 32px; | ||||
@@ -1007,6 +1007,8 @@ export default { | |||||
text-indent: 20px; | text-indent: 20px; | ||||
margin-top: 10px; | margin-top: 10px; | ||||
color: #666666; | color: #666666; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -1098,6 +1100,7 @@ export default { | |||||
font-size: 16px; | font-size: 16px; | ||||
color: #2c3542; | color: #2c3542; | ||||
margin-top: 24px; | margin-top: 24px; | ||||
align-items: center; | |||||
.jinboxtit { | .jinboxtit { | ||||
width: 14%; | width: 14%; | ||||
height: 18px; | height: 18px; | ||||
@@ -1177,6 +1180,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
flex: 1; | flex: 1; | ||||
@@ -1203,6 +1208,8 @@ export default { | |||||
text-indent: 20px; | text-indent: 20px; | ||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
display: flex; | |||||
align-items: center; | |||||
color: #333333; | color: #333333; | ||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -1235,6 +1242,8 @@ export default { | |||||
line-height: 16px; | line-height: 16px; | ||||
text-indent: 20px; | text-indent: 20px; | ||||
margin-top: 20px; | margin-top: 20px; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
height: 32px; | height: 32px; | ||||
@@ -1092,6 +1092,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -1123,6 +1125,8 @@ export default { | |||||
font-weight: 500; | font-weight: 500; | ||||
font-size: 16px; | font-size: 16px; | ||||
color: #333333; | color: #333333; | ||||
display: flex; | |||||
align-items: center; | |||||
} | } | ||||
.text2 { | .text2 { | ||||
@@ -1161,6 +1165,7 @@ export default { | |||||
font-size: 16px; | font-size: 16px; | ||||
color: #2c3542; | color: #2c3542; | ||||
margin-top: 24px; | margin-top: 24px; | ||||
align-items: center; | |||||
.jinboxtit { | .jinboxtit { | ||||
width: 14%; | width: 14%; | ||||
@@ -1247,6 +1252,7 @@ export default { | |||||
font-size: 16px; | font-size: 16px; | ||||
color: #2c3542; | color: #2c3542; | ||||
margin-top: 24px; | margin-top: 24px; | ||||
align-items: center; | |||||
.jinboxtit { | .jinboxtit { | ||||
width: 14%; | width: 14%; | ||||