zhanghua
2023-01-09 9ccde974b85157aee21943ca8aa718f7093985bc
src/views/intelligentPatrol/studyJudge/inspectionTable/index.vue
@@ -2,7 +2,7 @@
  <div class="mainContent">
    <!-- 数据展示 -->
    <el-table ref="multipleTable"
      :header-cell-style="{ background: '#06122c', 'font-size': '12px', color: '#4b9bb7', 'font-weight': '650', 'line-height': '45px' }"
      :header-cell-style="{ 'font-weight': '650', 'line-height': '45px' }"
      :data="tableData" style="width: 100%" :row-class-name="tableRowClassName" @selection-change="tableChange">
      <el-table-column type="selection" min-width="5">
      </el-table-column>
@@ -13,7 +13,7 @@
      </el-table-column>
      <el-table-column prop="eventSource" label="问题来源" min-width="8">
        <template slot-scope="scope">
          <span>{{ scope.row.eventSource === 2 ? '视频上传' : '人工上传' }}</span>
          <span>{{ scope.row.eventSource === 2 ? '人工上报' : '视频巡查' }}</span>
        </template>
      </el-table-column>
      <el-table-column :prop="mystatus === 1 ? 'category' : 'category'" :label="mystatus === 1 ? '大类名称' : '违建类别'"
@@ -332,7 +332,7 @@
      &::v-deep .el-input__inner {
        border: none;
        background-color: #09152f;
        // background-color: #09152f;
      }
      &:hover {
@@ -356,7 +356,7 @@
      &::v-deep li,
      &::v-deep .btn-prev,
      &::v-deep .btn-next {
        background-color: #071f39;
        // background-color: #071f39;
        color: #4b9bb7;
      }
@@ -369,8 +369,8 @@
}
.el-table {
  color: #4b9bb7;
  font-size: 10px;
  // color: #4b9bb7;
  // font-size: 10px;
  .operation {
    display: flex;