소스 검색

数据预警列表:
1、“已解除”状态下,不显示操作项
2、新增列:“异常数据名称”

hezhihong 1 년 전
부모
커밋
c3c0ac393d
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      src/views/GATHERWARNING/index.vue

+ 7 - 1
src/views/GATHERWARNING/index.vue

@@ -71,6 +71,11 @@
           <span v-else-if="scope.row.type == 1">月报表数据</span>
         </template>
       </el-table-column>
+      <el-table-column label="异常数据名称" align="center" prop="gatherFeeName">
+        <template slot-scope="scope">
+          {{ scope.row.gatherFeeName }}
+        </template>
+      </el-table-column>
       <el-table-column label="异常详细数据值" align="center" prop="errValue">
         <template slot-scope="scope">
           {{ scope.row.errValue }}
@@ -113,7 +118,8 @@
         align="center"
         class-name="small-padding fixed-width"
       >
-        <template slot-scope="scope">
+        <!-- 状态是“已解除”时不显示 -->
+        <template slot-scope="scope" v-if="scope.row.status != '1'">
           <el-popconfirm title="确定处理吗?" @confirm="handleDeal(scope.row)">
             <el-button
               size="mini"