|
@@ -7,11 +7,11 @@
|
|
|
<div align="center" style="margin: 1%;">
|
|
|
<el-table :data="table_Data" :header-cell-style="{ background: '#F0F2F4', color: '#333B4A' }" size="mini" width="80%" border show-overflow-tooltip="true">
|
|
|
<el-table-column label="团队名称" min-width="120" align="center"><template slot-scope="scope">{{ scope.row.teamName }}</template></el-table-column>
|
|
|
- <el-table-column label="团队属性" min-width="120" align="center"><template slot-scope="scope">{{ scope.row.teamAttribute[0] }}, {{ scope.row.teamAttribute[1] }}</template></el-table-column>
|
|
|
+ <el-table-column label="我的角色" min-width="120" align="center"><template slot-scope="scope">{{ scope.row.teamAttribute[0] }}, {{ scope.row.teamAttribute[1] }}</template></el-table-column>
|
|
|
<el-table-column label="成员名单" min-width="120" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
- <span v-for="(item, i) in scope.row.memberName" :key=" i + 'a'">{{ item }}<span style="color: red; margin-left: 2%;">Lerader</span><br></span>
|
|
|
- <span v-for="(item, index) in scope.row.memberName1" :key="index">{{ item }}<br></span>
|
|
|
+ <span v-for="(item, i) in scope.row.memberName" :key=" i + 'a'">{{ item }}<span v-show="item" style="color: red; margin-left: 2%;">Leader 、</span></span>
|
|
|
+ <span v-for="(item, index) in scope.row.memberName1" :key="index">{{ item }} 、 </span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" align="center">
|
|
@@ -29,8 +29,8 @@
|
|
|
<el-table-column label="团队属性" min-width="120" align="center"><template slot-scope="scope">{{ scope.row.teamAttribute[0] }}, {{ scope.row.teamAttribute[1] }}</template></el-table-column>
|
|
|
<el-table-column label="成员名单" min-width="120" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
- <span v-for="(item, index) in scope.row.memberName" :key="index+'a'">{{ item }}<span style="color: red; margin-left: 2%;">Lerader</span><br></span>
|
|
|
- <span v-for="(item, index) in scope.row.memberName1" :key="index">{{ item }}<br></span>
|
|
|
+ <span v-for="(item, index) in scope.row.memberName" :key="index+'a'">{{ item }}<span v-show="item" style="color: red; margin-left: 2%;">Leader 、</span></span>
|
|
|
+ <span v-for="(item, index) in scope.row.memberName1" :key="index">{{ item }}、</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" align="center">
|