Browse Source

采购付款申请-输入框提示修改

jingbb 5 months ago
parent
commit
4b2267b508
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/purchase/purPaymentRequest/purPaymentRequesttList.vue

+ 1 - 1
src/views/purchase/purPaymentRequest/purPaymentRequesttList.vue

@@ -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">