Przeglądaj źródła

销售合同-删除错误输入框提示

jingbb 4 miesięcy temu
rodzic
commit
15b1a09678

+ 1 - 1
src/views/saleCode/salesOrder/SaleOrderFormList.vue

@@ -26,7 +26,7 @@
             <a-col :lg="8">
               <a-form-item name="customerName">
                 <template #label><span title="客户(customer)">客户(customer)</span></template>
-                <a-input placeholder="请输入询价客户(inquiry customer)" v-model:value="queryParam.customerName" allow-clear ></a-input>
+                <a-input placeholder="请输入" v-model:value="queryParam.customerName" allow-clear ></a-input>
               </a-form-item>
             </a-col>
             <a-col :lg="8">