Browse Source

Merge branch 'feature_20251009_金牌店档案填写校验' into uat(dev)

# Conflicts:
#	src/views/storeManagement/JPattributeEditor.vue
zhujindu 1 month ago
parent
commit
683c4c69b4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/storeManagement/JPattributeEditor.vue

+ 2 - 2
src/views/storeManagement/JPattributeEditor.vue

@@ -323,8 +323,8 @@ export default {
         this.totalSalesAmountMsg = '最小值1';
         return true;
       }
-      if (value > 1000) {
-        this.totalSalesAmountMsg = '最大值1000';
+      if (value > 10000) {
+        this.totalSalesAmountMsg = '最大值10000';
         return true;
       }
       return false;