Commit 32d2dd45 authored by 季圣华's avatar 季圣华
Browse files

修改付款单的查询条件的名称

parent 43111edc
...@@ -64,8 +64,8 @@ ...@@ -64,8 +64,8 @@
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :md="6" :sm="24"> <a-col :md="6" :sm="24">
<a-form-item label="款账户" :labelCol="labelCol" :wrapperCol="wrapperCol"> <a-form-item label="款账户" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-select placeholder="选择款账户" showSearch optionFilterProp="children" v-model="queryParam.accountId"> <a-select placeholder="选择款账户" showSearch optionFilterProp="children" v-model="queryParam.accountId">
<a-select-option v-for="(item,index) in accountList" :key="index" :value="item.id"> <a-select-option v-for="(item,index) in accountList" :key="index" :value="item.id">
{{ item.name }} {{ item.name }}
</a-select-option> </a-select-option>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment