|
@@ -150,7 +150,7 @@
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
<el-col style="font-size:16px;font-weight:700;margin:10px 0 20px;">巡更路线</el-col>
|
|
<el-col style="font-size:16px;font-weight:700;margin:10px 0 20px;">巡更路线</el-col>
|
|
- <el-table v-loading="loading2" :data="adminList2" height="150" @select="dialogCheck" ref="dataTable" style="margin-bottom:50px">
|
|
|
|
|
|
+ <el-table v-loading="loading2" :data="adminList2" height="150" @select="dialogCheck" ref="dataTable" @selection-change="handleSelectionChange" style="margin-bottom:50px">
|
|
<el-table-column type="selection" />
|
|
<el-table-column type="selection" />
|
|
<el-table-column label="线路名称" align="center" prop="name" show-overflow-tooltip />
|
|
<el-table-column label="线路名称" align="center" prop="name" show-overflow-tooltip />
|
|
<el-table-column label="创建时间" align="center" prop="createTime" show-overflow-tooltip />
|
|
<el-table-column label="创建时间" align="center" prop="createTime" show-overflow-tooltip />
|
|
@@ -532,4 +532,8 @@ export default {
|
|
.el-input__prefix{
|
|
.el-input__prefix{
|
|
top:0px !important
|
|
top:0px !important
|
|
}
|
|
}
|
|
|
|
+//去掉表头多选框
|
|
|
|
+::v-deep .el-table__header-wrapper .el-checkbox {
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|