|
@@ -18,7 +18,7 @@
|
|
class="form-item-style"
|
|
class="form-item-style"
|
|
label="类型"
|
|
label="类型"
|
|
name="type">
|
|
name="type">
|
|
- <a-select class="set-select" v-model="queryParam.type" placeholder="请选择" allowClear>
|
|
|
|
|
|
+ <a-select class="set-input" v-model="queryParam.type" placeholder="请选择" allowClear>
|
|
<a-select-option v-for="(item,index) in typeList" :key="index" :value="item.value">
|
|
<a-select-option v-for="(item,index) in typeList" :key="index" :value="item.value">
|
|
{{item.label}}
|
|
{{item.label}}
|
|
</a-select-option>
|
|
</a-select-option>
|
|
@@ -28,7 +28,7 @@
|
|
class="form-item-style"
|
|
class="form-item-style"
|
|
label="上线/下线"
|
|
label="上线/下线"
|
|
name="online">
|
|
name="online">
|
|
- <a-select class="set-select" v-model="queryParam.enabled" placeholder="请选择" allowClear>
|
|
|
|
|
|
+ <a-select class="set-input" v-model="queryParam.enabled" placeholder="请选择" allowClear>
|
|
<a-select-option v-for="(item,index) in lineList" :key="index" :value="item.value">
|
|
<a-select-option v-for="(item,index) in lineList" :key="index" :value="item.value">
|
|
{{item.label}}
|
|
{{item.label}}
|
|
</a-select-option>
|
|
</a-select-option>
|