|
|
@ -9,10 +9,10 @@ |
|
|
@keyup.enter.native="handleQuery" |
|
|
@keyup.enter.native="handleQuery" |
|
|
/> |
|
|
/> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item label="关键词" prop="keyword"> |
|
|
<el-form-item label="中心词" prop="keyword"> |
|
|
<el-input |
|
|
<el-input |
|
|
v-model="queryParams.keyword" |
|
|
v-model="queryParams.keyword" |
|
|
placeholder="请输入关键词" |
|
|
placeholder="请输入中心词" |
|
|
clearable |
|
|
clearable |
|
|
@keyup.enter.native="handleQuery" |
|
|
@keyup.enter.native="handleQuery" |
|
|
/> |
|
|
/> |
|
|
@ -87,7 +87,7 @@ |
|
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="relationshipList" @selection-change="handleSelectionChange"> |
|
|
<el-table v-loading="loading" :data="relationshipList" @selection-change="handleSelectionChange"> |
|
|
<el-table-column type="selection" width="55" align="center" /> |
|
|
<el-table-column type="selection" width="55" align="center" /> |
|
|
<el-table-column label="关键词" align="center" prop="keyword" /> |
|
|
<el-table-column label="中心词" align="center" prop="keyword" /> |
|
|
<el-table-column label="作者" align="center" prop="author" /> |
|
|
<el-table-column label="作者" align="center" prop="author" /> |
|
|
<el-table-column label="机构" align="center" prop="agency" /> |
|
|
<el-table-column label="机构" align="center" prop="agency" /> |
|
|
<el-table-column label="文献名" align="center" prop="title" /> |
|
|
<el-table-column label="文献名" align="center" prop="title" /> |
|
|
|