|
@@ -19,7 +19,7 @@
|
|
|
>
|
|
|
<span>{{ val.name }}</span>
|
|
|
</div>
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
<div class="station">
|
|
|
场站:
|
|
|
<el-select
|
|
@@ -55,7 +55,7 @@
|
|
|
>
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
<div class="stationsv">
|
|
|
<span class="timeaa">时间:</span>
|
|
|
<el-date-picker
|
|
@@ -114,32 +114,16 @@
|
|
|
sortable
|
|
|
:prop="item.code"
|
|
|
:label="item.title"
|
|
|
+ show-overflow-tooltip
|
|
|
align="center"
|
|
|
- :width="item.title === '操作' ? '200' : ''"
|
|
|
+
|
|
|
>
|
|
|
<template #header="scope">
|
|
|
- <div v-if="scope.column.label.indexOf('(') > 0">
|
|
|
- <div>
|
|
|
- {{
|
|
|
- scope.column.label.slice(0, scope.column.label.indexOf("("))
|
|
|
- }}
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- {{ scope.column.label.slice(scope.column.label.indexOf("(")) }}
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div v-else>{{ scope.column.label }}</div>
|
|
|
- </template>
|
|
|
- <template #default="scope" v-if="item.title === '操作'">
|
|
|
- <!-- <span class="historyBtn" @click="seachDetail(scope.row)">详情</span> -->
|
|
|
- <span class="historyBtn" @click="seachHistoryData(scope.row)"
|
|
|
- >历史</span
|
|
|
- >
|
|
|
+ <div>{{ scope.column.label }}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
<el-pagination
|
|
|
- @size-change="handleSizeChange"
|
|
|
@current-change="handleCurrentChange"
|
|
|
:current-page="page.currentPage"
|
|
|
:page-size="page.pagesize"
|
|
@@ -510,86 +494,85 @@ export default {
|
|
|
width: 10%;
|
|
|
color: #fff;
|
|
|
position: relative;
|
|
|
- top: -7px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .historysingleMachine_Table {
|
|
|
- padding: 5px;
|
|
|
- padding-bottom: 10px;
|
|
|
- background: rgba(0, 0, 0, 0.4);
|
|
|
- .el-table--mini {
|
|
|
- margin: 5px;
|
|
|
- .el-table__header-wrapper {
|
|
|
- tr {
|
|
|
- background: rgba(83, 89, 104, 0.3) !important;
|
|
|
- th {
|
|
|
- vertical-align: top !important;
|
|
|
- }
|
|
|
- .cell {
|
|
|
- color: #b3b3b3;
|
|
|
- font-family: MicrosoftYaHei;
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .el-table__body-wrapper {
|
|
|
- tr {
|
|
|
- &:nth-child(2n) {
|
|
|
- background: rgba(83, 89, 104, 0.05) !important;
|
|
|
- }
|
|
|
- .cell {
|
|
|
- color: #d8d8d9;
|
|
|
- font-family: ArialMT;
|
|
|
- font-size: 13px;
|
|
|
- height: 25px !important;
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ // .historysingleMachine_Table {
|
|
|
+ // padding: 5px;
|
|
|
+ // padding-bottom: 10px;
|
|
|
+ // background: rgba(0, 0, 0, 0.4);
|
|
|
+ // .el-table--mini {
|
|
|
+ // margin: 5px;
|
|
|
+ // .el-table__header-wrapper {
|
|
|
+ // tr {
|
|
|
+ // background: rgba(83, 89, 104, 0.3) !important;
|
|
|
+ // th {
|
|
|
+ // vertical-align: top !important;
|
|
|
+ // }
|
|
|
+ // .cell {
|
|
|
+ // color: #b3b3b3;
|
|
|
+ // font-family: MicrosoftYaHei;
|
|
|
+ // font-size: 14px;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // .el-table__body-wrapper {
|
|
|
+ // tr {
|
|
|
+ // &:nth-child(2n) {
|
|
|
+ // background: rgba(83, 89, 104, 0.05) !important;
|
|
|
+ // }
|
|
|
+ // .cell {
|
|
|
+ // color: #d8d8d9;
|
|
|
+ // font-family: ArialMT;
|
|
|
+ // font-size: 13px;
|
|
|
+ // height: 25px !important;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
}
|
|
|
-.el-pagination {
|
|
|
- display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
- margin-right: 40px;
|
|
|
- margin-top: 20px;
|
|
|
+// .el-pagination {
|
|
|
+// display: flex;
|
|
|
+// justify-content: flex-end;
|
|
|
+// margin-right: 40px;
|
|
|
+// margin-top: 20px;
|
|
|
|
|
|
- .btn-prev,
|
|
|
- .btn-next,
|
|
|
- .btn-quickprev,
|
|
|
- .btn-quicknext,
|
|
|
- .el-pager,
|
|
|
- .number {
|
|
|
- background: rgba(58, 63, 75, 0.4) !important;
|
|
|
- color: #fff;
|
|
|
- border-radius: 2px;
|
|
|
- }
|
|
|
+// .btn-prev,
|
|
|
+// .btn-next,
|
|
|
+// .btn-quickprev,
|
|
|
+// .btn-quicknext,
|
|
|
+// .el-pager,
|
|
|
+// .number {
|
|
|
+// background: rgba(58, 63, 75, 0.4) !important;
|
|
|
+// color: #fff;
|
|
|
+// border-radius: 2px;
|
|
|
+// }
|
|
|
|
|
|
- .el-pager .active {
|
|
|
- background: #083c94;
|
|
|
- color: #fff;
|
|
|
- border-radius: 2px;
|
|
|
- }
|
|
|
+// .el-pager .active {
|
|
|
+// background: #083c94;
|
|
|
+// color: #fff;
|
|
|
+// border-radius: 2px;
|
|
|
+// }
|
|
|
|
|
|
- .el-pagination__total,
|
|
|
- .el-pagination__jump {
|
|
|
- color: #fff;
|
|
|
- .el-input__inner {
|
|
|
- background: rgba(58, 63, 75, 0.2);
|
|
|
- border: 1px solid #3e4349;
|
|
|
- color: #fff;
|
|
|
- border-radius: 2px;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-.historyBtn {
|
|
|
- background: #43516b;
|
|
|
- border-radius: 15px;
|
|
|
- margin-top: 5px;
|
|
|
- border: 1px solid #43516b;
|
|
|
- span {
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
-}
|
|
|
+// .el-pagination__total,
|
|
|
+// .el-pagination__jump {
|
|
|
+// color: #fff;
|
|
|
+// .el-input__inner {
|
|
|
+// background: rgba(58, 63, 75, 0.2);
|
|
|
+// border: 1px solid #3e4349;
|
|
|
+// color: #fff;
|
|
|
+// border-radius: 2px;
|
|
|
+// }
|
|
|
+// }
|
|
|
+// }
|
|
|
+// .historyBtn {
|
|
|
+// background: #43516b;
|
|
|
+// border-radius: 15px;
|
|
|
+// margin-top: 5px;
|
|
|
+// border: 1px solid #43516b;
|
|
|
+// span {
|
|
|
+// color: #fff;
|
|
|
+// }
|
|
|
+// }
|
|
|
</style>
|