| | |
| | | <el-table-column prop="eventSource" label="问题来源" min-width="8"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ |
| | | scope.row.eventSource === 2 ? "人工上报" : "视频巡查" |
| | | scope.row.eventSource === 2 ? "网格巡查" : "视频巡查" |
| | | }}</span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | .userList { |
| | | text-align: left; |
| | | padding: 10px 20px; |
| | | color: #4b9bb7; |
| | | // color: #4b9bb7; |
| | | border: 1px solid #ccc; |
| | | header { |
| | | // background-color: #09152f; |
| | |
| | | // background: #06122c; |
| | | // } |
| | | |
| | | .el-table::v-deep .success-row { |
| | | background: #071f39; |
| | | } |
| | | // .el-table::v-deep .success-row { |
| | | // background: #071f39; |
| | | // } |
| | | |
| | | &::v-deep .switchStyle .el-switch__label { |
| | | position: absolute; |