科研机构审核列表
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
<el-form-item label="审核状态" prop="examine_status">
|
||||
<el-select
|
||||
v-model="queryParams.examine_status"
|
||||
placeholder="审核状态"
|
||||
placeholder="请选择审核状态"
|
||||
clearable
|
||||
size="small"
|
||||
style="width: 240px"
|
||||
@ -58,7 +58,7 @@
|
||||
show-overflow-tooltip
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<div>{{ scope.row.industrys[0] }}</div>
|
||||
<div>{{ scope.row.industrys[scope.row.industrys.length - 1] }}</div>
|
||||
<!-- <div v-for="item in scope.row.industrys" :key="item">{{ item }}</div> -->
|
||||
</template>
|
||||
</el-table-column>
|
||||
@ -111,7 +111,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { expertList } from "@/api/examine/expert";
|
||||
import { expertList } from "@/api/dataList/expert";
|
||||
|
||||
export default {
|
||||
data() {
|
||||
|
Reference in New Issue
Block a user