batman
2023-03-16 b6cacf34f55a6d53e3019ff0c886ff3a2335c066
新修改添加页面
已修改4个文件
已删除2个文件
721 ■■■■■ 文件已修改
src/views/facilityManagement/facilityIndex/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intellectInspect/inspectIndex/components/inspectRecordDialog.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intellectInspect/inspectIndex/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intellectInspect/inspectRecordManage/inspectRecord/components/inspectRecordDialog.vue 561 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intellectInspect/inspectRecordManage/inspectRecord/components/sum.vue 131 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/specialIndex/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/facilityManagement/facilityIndex/index.vue
@@ -1110,7 +1110,7 @@
  .topChart{
    .chart-item{
      border-radius: 4px;
      background: rgba(8, 109, 209, 0.2);
      background: rgba(0, 61, 121, 0.2);
      backdrop-filter: blur(5px);
      .item-bg{
        width: 100%;
src/views/intellectInspect/inspectIndex/components/inspectRecordDialog.vue
@@ -44,10 +44,17 @@
                        <el-tab-pane label="巡检链" name="inspectChain">
                            <el-table :data="inspectTaskForm.points" fit style="width: 100%">
                                <el-table-column type="index" label="序号" />
                                <el-table-column prop="point" label="巡检点" show-overflow-tooltip align="center"></el-table-column>
                                <el-table-column prop="region" label="所属设备" show-overflow-tooltip align="center"></el-table-column>
                                <el-table-column prop="rfid" label="RFID" show-overflow-tooltip align="center"></el-table-column>
                                <el-table-column prop="quotaContent" label="指标名称" show-overflow-tooltip align="center"></el-table-column>
                                <el-table-column prop="point" label="巡检点" show-overflow-tooltip align="center"/>
                                <el-table-column prop="region" label="所属设备" show-overflow-tooltip align="center"/>
                                <el-table-column prop="rfid" label="RFID" show-overflow-tooltip align="center"/>
                                <el-table-column prop="quotaContent" label="指标名称" show-overflow-tooltip align="center"/>
                                <el-table-column prop="rfidPosition" label="定位状态" show-overflow-tooltip align="center">
                                  <template #default="scope">
                                    <div :style="{ color: scope.row.rfidPosition == 1 ? '#ff0000' : '#409eff' }">
                                      {{ scope.row.rfidPosition == 1 ? '未定位' : scope.row.rfidPosition == 2 ? '已定位' : '--' }}
                                    </div>
                                  </template>
                                </el-table-column>
                                <el-table-column prop="secondReferenceResult" label="记录值" show-overflow-tooltip align="center">
                                    <template #default="scope">
                                        <div :style="{ color: scope.row.reportResult == 1 ? '#ff0000' : '#409eff' }">
@@ -55,7 +62,7 @@
                                        </div>
                                    </template>
                                </el-table-column>
                                <el-table-column prop="quotaUnit" label="指标单位" show-overflow-tooltip align="center"></el-table-column>
                                <el-table-column prop="quotaUnit" label="指标单位" show-overflow-tooltip align="center"/>
                                <el-table-column prop="reportResult" label="结果" show-overflow-tooltip align="center">
                                    <template #default="scope">
                                        <div :style="{ color: scope.row.reportResult == 1 ? '#ff0000' : '#409eff' }">
src/views/intellectInspect/inspectIndex/index.vue
@@ -17,7 +17,7 @@
        <div style="height: 100%">
          <div class="topChart">
            <div class="chart-item">
              <dv-border-box10 v-if="isFull==true" class="item-bg"></dv-border-box10>
              <dv-border-box10 v-if="isFull==true" class="item-bg" :color="['rgba(8, 109, 209, 0.2)']"></dv-border-box10>
              <div class="chart-tit">
                <span class="tit">年度巡检异常趋势</span>
              </div>
@@ -976,7 +976,7 @@
  .topChart{
    .chart-item{
      border-radius: 4px;
      background: rgba(8, 109, 209, 0.2);
      background: rgba(0, 61, 121, 0.2);
      backdrop-filter: blur(5px);
      position: relative;
      z-index: 2;
@@ -1072,7 +1072,7 @@
  }
  .midChart{
    border-radius: 4px;
    background: rgba(8, 109, 209, 0.2);
    background: rgba(0, 61, 121, 0.2);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 3;
src/views/intellectInspect/inspectRecordManage/inspectRecord/components/inspectRecordDialog.vue
文件已删除
src/views/intellectInspect/inspectRecordManage/inspectRecord/components/sum.vue
文件已删除
src/views/specialWorkSystem/specialIndex/index.vue
@@ -1460,7 +1460,7 @@
  .topChart{
    .chart-item{
      border-radius: 4px;
      background: rgba(8, 109, 209, 0.2);
      background: rgba(0, 61, 121, 0.2);
      backdrop-filter: blur(5px);
      position: relative;
      z-index: 2;
@@ -1561,7 +1561,7 @@
  }
  .homeCard{
    border-radius: 4px;
    background: rgba(8, 109, 209, 0.2);
    background: rgba(0, 61, 121, 0.2);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 3;