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">