| | |
| | | > |
| | | <template slot-scope="scope"> |
| | | <div v-if="scope.row.deptNames"> |
| | | <span v-for="item in scope.row.deptNames.split(",")" |
| | | <span v-for="item in scope.row.deptNames.split(',')" |
| | | >{{ item }} |
| | | </span> |
| | | </div> |
| | |
| | | > |
| | | <template slot-scope="scope" > |
| | | <div v-if="scope.row.labelInfo"> |
| | | <span v-for="item in JSON.parse(scope.row.labelInfo)" |
| | | >{{ item.tagname }}</span> |
| | | <span v-for="item in JSON.parse(scope.row.labelInfo)">{{ |
| | | item.tagname |
| | | }}</span> |
| | | </div> |
| | | <div v-else> |
| | | <span>无</span> |
| | | </div> |
| | | </span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | |
| | | > |
| | | <template slot-scope="scope" > |
| | | <div v-if="scope.row.campus"> |
| | | <span v-for="item in JSON.parse(scope.row.campus)">{{ item.label }} </span> |
| | | <span v-for="item in JSON.parse(scope.row.campus)" |
| | | >{{ item.label }} |
| | | </span> |
| | | </div> |
| | | <div v-else> |
| | | <span>无</span> |