coys 1 년 전
부모
커밋
4bf578dfe0
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      src/views/defenseMonitoring/index.vue

+ 6 - 1
src/views/defenseMonitoring/index.vue

@@ -165,8 +165,13 @@
               label="登记人/数据来源"
               show-overflow-tooltip
               width="150"
-              v-if="columns[4].visible"
+              
             >
+            <template slot-scope="{row}">
+              <div>
+                {{ row.statusUpdatorName||'自动获取' }}
+              </div>
+            </template>
             </el-table-column>
             <el-table-column
               align="center"