<el-selectv-model="conditionObj.storeStatus"placeholder="请选择"class="w-131 m-l-10"@change="changeSelect"><el-optionv-for="item in storeStatusOptions":key="item.value":label="item.label":value="item.value"></el-option></el-select>
<el-selectv-model="conditionObj.isCompleted"placeholder="请选择"class="w-131 m-l-10"@change="changeSelect"><el-optionv-for="item in completeStatusOptions":key="item.value":label="item.label":value="item.value"></el-option></el-select>