|
|
@@ -85,19 +85,27 @@
|
|
|
prop="email" width="120"
|
|
|
label="邮箱">
|
|
|
</el-table-column>
|
|
|
- <el-table-column width="250"
|
|
|
+ <el-table-column
|
|
|
prop="organizer_unit"
|
|
|
label="单位">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span v-if="scope.row.is_caos">中科院</span>
|
|
|
+ <span v-else>非中科院</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column width="250"
|
|
|
+ <el-table-column
|
|
|
prop="organizer_city"
|
|
|
label="所在城市">
|
|
|
</el-table-column>
|
|
|
- <el-table-column width="250"
|
|
|
+ <el-table-column width="150"
|
|
|
+ prop="organizer_unit"
|
|
|
+ label="所属所">
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column width="150"
|
|
|
prop="organizer_college"
|
|
|
label="所属院">
|
|
|
</el-table-column>
|
|
|
- <el-table-column width="250"
|
|
|
+ <el-table-column width="150"
|
|
|
prop="organizer_journal"
|
|
|
label="期刊单位">
|
|
|
</el-table-column>
|