|
@@ -86,7 +86,7 @@
|
|
|
<a-select v-model="queryParam.timeoutflag" placeholder="请选择超时环节提醒状态">
|
|
|
<a-select-option value="NOT_SENDGOODS">未发货</a-select-option>
|
|
|
<a-select-option value="NOT_STOCK">未备货</a-select-option>
|
|
|
- <a-select-option value=" NOT_COLLECTION">未收款</a-select-option>
|
|
|
+ <a-select-option value="NOT_COLLECTION">未收款</a-select-option>
|
|
|
</a-select>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|