|
|
<div class="container" :style="{'height':height+'px','max-height':height+'px'}">
|
|
|
<div class="cm-card" :style="{'min-height':height+'px','max-height':height+'px','height':'100%'}">
|
|
|
<div class="search">
|
|
|
<div class="condition">
|
|
|
<div class="condition fault-book-input-text" style="width: 250px">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="searchForm.keyword" placeholder="输入关键字"
|
|
|
@keydown.enter.native="getPage"></el-input>
|
|
|
@keydown.enter.native="getPage" class="fault-book-input-text"></el-input>
|
|
|
</el-form-item>
|
|
|
<!--<el-form-item>
|
|
|
<el-select v-model="searchForm.category" placeholder="故障分类">
|
...
|
...
|
@@ -13,7 +13,7 @@ |
|
|
</el-select>
|
|
|
</el-form-item>-->
|
|
|
</div>
|
|
|
<div class="btns">
|
|
|
<div class="btns" style="justify-content: left;padding-left: 0px">
|
|
|
<el-form-item>
|
|
|
<el-button type="primary" @click="getPage">搜索</el-button>
|
|
|
</el-form-item>
|
...
|
...
|
|