|
@@ -9,10 +9,10 @@
|
|
|
</template>
|
|
|
<!-- <template slot="left"> </template> -->
|
|
|
<template slot="right">
|
|
|
- <ws-select v-model="warehouseName" placeholder="" @change="warehouseNameChange" :value="searchType">
|
|
|
- <ws-option v-for="item in warehouseList" :key="item.value" :label="item.value" :value="item.value"
|
|
|
+ <el-select v-model="warehouseName" filterable placeholder="" @change="warehouseNameChange" :value="searchType">
|
|
|
+ <el-option v-for="item in warehouseList" :key="item.value" :label="item.value" :value="item.value"
|
|
|
style="color: #8890b1" />
|
|
|
- </ws-select>
|
|
|
+ </el-select>
|
|
|
<!-- <ws-input class='findinput' @keyup.enter.native="find()" v-model="searchKeyWord" placeholder="可按合同编号、车牌号查找"
|
|
|
clearable maxlength="500" type="input">
|
|
|
</ws-input>
|