|
@@ -13,7 +13,7 @@
|
|
|
<a-col :lg="8">
|
|
|
<a-form-item name="billCode">
|
|
|
<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-input placeholder="请输入付款申请编码(bill code)" v-model:value="queryParam.billCode" allow-clear AutoComplete="off"></a-input>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<template v-if="toggleSearchStatus">
|