zxz 3 years ago
parent
commit
2a253fa0ba
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/customer/customerList.vue

+ 4 - 4
src/views/customer/customerList.vue

@@ -398,7 +398,7 @@ export default {
             2)
             2)
       ) {
       ) {
         this.$message({
         this.$message({
-          message: '默认定金比例输入错误,取值范围1-100000之间,最多两位小数',
+          message: '默认定金比例输入错误',
           type: 'warning',
           type: 'warning',
         })
         })
         return
         return
@@ -471,7 +471,7 @@ export default {
               2)
               2)
         ) {
         ) {
           this.$message({
           this.$message({
-            message: '定金比例输入错误,取值范围1-100000之间,最多两位小数',
+            message: '定金比例输入错误',
             type: 'warning',
             type: 'warning',
           })
           })
           return
           return
@@ -503,7 +503,7 @@ export default {
               2)
               2)
         ) {
         ) {
           this.$message({
           this.$message({
-            message: '增加金额输入错误,取值范围1-1亿之间,最多两位小数',
+            message: '增加金额输入错误',
             type: 'warning',
             type: 'warning',
           })
           })
           return
           return
@@ -535,7 +535,7 @@ export default {
               2)
               2)
         ) {
         ) {
           this.$message({
           this.$message({
-            message: '退回金额输入错误,取值范围1-1亿之间,最多两位小数',
+            message: '退回金额输入错误',
             type: 'warning',
             type: 'warning',
           })
           })
           return
           return