|
@@ -6,13 +6,13 @@
|
|
|
<a-row :gutter="24">
|
|
|
<a-col :lg="8">
|
|
|
<a-form-item name="billDate">
|
|
|
- <template #label><span title="收款日期(bill date)">申请日期(bill date)</span></template>
|
|
|
+ <template #label><span title="申请日期(bill date)">申请日期(bill date)</span></template>
|
|
|
<a-range-picker value-format="YYYY-MM-DD" v-model:value="queryParam.billDate" class="query-group-cust"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :lg="8">
|
|
|
<a-form-item name="billCode">
|
|
|
- <template #label><span title="收款编码(bill code)">付款申请编码(bill code)</span></template>
|
|
|
+ <template #label><span title="付款申请编码(bill code)">付款申请编码(bill code)</span></template>
|
|
|
<a-input placeholder="请输入收款编码(bill code)" v-model:value="queryParam.billCode" allow-clear AutoComplete="off"></a-input>
|
|
|
</a-form-item>
|
|
|
</a-col>
|