Explorar el Código

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

jingbb hace 5 meses
padre
commit
4b2267b508

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