【update】- 会员项目-能否来款去掉限制

This commit is contained in:
fengchenchen
2023-12-27 17:08:42 +08:00
parent 52db20e1e3
commit 223babb488
3 changed files with 14 additions and 3 deletions
@@ -74,7 +74,14 @@
@change="checkMoney('end')"></a-input>
</a-form-item>
</a-col>
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<a-form-item label="是否打包" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-dict-select-tag v-model="queryParam.pack"
placeholder="请选择是否打包"
dictCode="yn"
/>
</a-form-item>
</a-col>
<a-col :xl="4" :lg="7" :md="8" :sm="24">
<span class="table-page-search-submitButtons">
<a-button type="primary" icon="search" @click="searchQuery">查询</a-button>