Browse Source

bug修复

chenrui 3 years ago
parent
commit
ba3db7a62d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/salesManagement/salesQuery/chooseCustomModal.vue

+ 1 - 1
src/views/salesManagement/salesQuery/chooseCustomModal.vue

@@ -167,7 +167,7 @@
                 type="textarea"
                 :maxLength="100"
                 v-model="form.remarks"
-                placeholder="请输入联系电话(最多100个字符)"
+                placeholder="请输入备注(最多100个字符)"
                 allowClear />
             </a-form-model-item>
           </a-col>