|
@@ -11,7 +11,7 @@
|
|
<div slot="content" class="searchslot">
|
|
<div slot="content" class="searchslot">
|
|
<span>博物馆名称:</span>
|
|
<span>博物馆名称:</span>
|
|
<el-input class="elInput paddingmore" :maxlength="25" show-word-limit v-model="search.inputKey"
|
|
<el-input class="elInput paddingmore" :maxlength="25" show-word-limit v-model="search.inputKey"
|
|
- @keydown.enter.native="getList" placeholder="请输入场景名称"></el-input>
|
|
|
|
|
|
+ @keydown.enter.native="getList" placeholder="请输入博物馆名称"></el-input>
|
|
<el-button @click="getList" type="primary">查询</el-button>
|
|
<el-button @click="getList" type="primary">查询</el-button>
|
|
<el-button @click="
|
|
<el-button @click="
|
|
search = {
|
|
search = {
|