|
@@ -69,13 +69,13 @@
|
|
<el-link type="primary" @click="showUser(scope.row.inchargerId)">{{scope.row.inchargerName}}</el-link>
|
|
<el-link type="primary" @click="showUser(scope.row.inchargerId)">{{scope.row.inchargerName}}</el-link>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="participator" label="参与者" width="600" sortable v-if="user.company.packageProject==0">
|
|
|
|
|
|
+ <el-table-column prop="participator" label="参与者" width="300" sortable v-if="user.company.packageProject==0">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<!-- <v-for v-for="par in scope.row.participator" :key="par.id" >
|
|
<!-- <v-for v-for="par in scope.row.participator" :key="par.id" >
|
|
<el-link style="margin-right:10px;" type="primary" @click="showUser(par.id)">{{par.name}}</el-link>
|
|
<el-link style="margin-right:10px;" type="primary" @click="showUser(par.id)">{{par.name}}</el-link>
|
|
</v-for> -->
|
|
</v-for> -->
|
|
<div v-if="scope.row.participator.length > 10">
|
|
<div v-if="scope.row.participator.length > 10">
|
|
- <el-popover placement="top" width="700" trigger="hover" v-if="scope.row.participator.length > 0">
|
|
|
|
|
|
+ <el-popover placement="top" width="500" trigger="hover" v-if="scope.row.participator.length > 0">
|
|
<span v-for="par in scope.row.participator" :key="par.id">
|
|
<span v-for="par in scope.row.participator" :key="par.id">
|
|
<el-link style="margin-right:10px;" type="primary" @click="showUser(par.id)">{{par.name}}</el-link>
|
|
<el-link style="margin-right:10px;" type="primary" @click="showUser(par.id)">{{par.name}}</el-link>
|
|
</span>
|
|
</span>
|