@@ -8,7 +8,7 @@ | |||
placeholder="请输入起始卡号" /> | |||
<el-input maxlength="60" v-trim clearable v-model="searchForm.endId" style="width: 200px" | |||
placeholder="请输入结束卡号" /> | |||
<el-select v-model="searchForm.status" placeholder="请选择设备状态" style="width: 240px"> | |||
<el-select clearable v-model="searchForm.status" placeholder="请选择设备状态" style="width: 240px"> | |||
<el-option v-for="item in INV_DEVICE_STATUS" :key="item.value" :label="item.label" :value="item.value" /> | |||
</el-select> | |||
<el-input maxlength="60" v-trim clearable v-model="searchForm.storeCode" style="width: 200px" |
@@ -8,7 +8,7 @@ | |||
placeholder="请输入起始签号" /> | |||
<el-input maxlength="60" v-trim clearable v-model="searchForm.endId" style="width: 200px" | |||
placeholder="请输入结束签号" /> | |||
<el-select v-model="searchForm.status" placeholder="请选择设备状态" style="width: 240px"> | |||
<el-select clearable v-model="searchForm.status" placeholder="请选择设备状态" style="width: 240px"> | |||
<el-option v-for="item in INV_DEVICE_STATUS" :key="item.value" :label="item.label" :value="item.value" /> | |||
</el-select> | |||
<el-input maxlength="60" v-trim clearable v-model="searchForm.storeCode" style="width: 200px" |