doi
This commit is contained in:
@@ -18,7 +18,9 @@
|
||||
<el-option v-for="item in jourList" :label="item.title" :key="item.journal_id" :value="item.journal_id"></el-option>
|
||||
</el-select> -->
|
||||
|
||||
<el-input v-model="query.keywords" placeholder="Email" style="width: 240px; margin: 0 15px 0 0"> </el-input>
|
||||
<span style="margin-right: 10px">Email :</span>
|
||||
<el-input v-model="query.keywords" placeholder="Email" clearable style="width: 240px; margin: 0 15px 0 0"> </el-input>
|
||||
<span style="margin-right: 10px">Doi :</span> <el-input clearable v-model="query.doi" placeholder="Doi" style="width: 240px; margin: 0 15px 0 0"> </el-input>
|
||||
<el-button
|
||||
type="primary"
|
||||
icon="el-icon-search"
|
||||
@@ -408,10 +410,11 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
citeLoading: false, authorList: [],
|
||||
citeLoading: false,
|
||||
authorList: [],
|
||||
drawer: false,
|
||||
articlesList: [],
|
||||
|
||||
|
||||
baseUrl: this.Common.baseUrl,
|
||||
mediaUrl: this.Common.mediaUrl,
|
||||
query: {
|
||||
|
||||
Reference in New Issue
Block a user