|
|
@@ -34,6 +34,15 @@
|
|
|
:label="item"
|
|
|
:value="item" />
|
|
|
</el-select>
|
|
|
+ <div style="flex: 1; max-width: 300px;">
|
|
|
+ <el-input
|
|
|
+ clearable
|
|
|
+ prefix-icon="el-icon-search"
|
|
|
+ v-model="filter.pageVo.criteria"
|
|
|
+ placeholder="Credit ID"
|
|
|
+ @keyup.enter.native="toSearch"
|
|
|
+ @change="toSearch"/>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<el-table
|
|
|
:data="table.list"
|