소스 검색

建筑名称

YaolongHan 3 년 전
부모
커밋
c8c5d8949b
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/maintain/relationship/relation/components/table.vue

+ 3 - 0
src/views/maintain/relationship/relation/components/table.vue

@@ -19,6 +19,9 @@
       :label="item[0]"
       align="left"
     >
+      <template slot-scope="scope">
+        {{ item[1] == 'objectInfo' ? scope.row.objectInfo[0].name :scope.row[item[1]] }}
+      </template>
     </el-table-column>
     <el-table-column label="操作" align="left">
       <template slot-scope="scope">