소스 검색

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

# Conflicts:
#	src/views/storeManagement/JPattributeEditor.vue
zhujindu 2 달 전
부모
커밋
683c4c69b4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;