chenrui  2 years ago
parent
commit
e6f7ef076d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/statisticalanalysis/specialgoods/index.vue

+ 2 - 2
src/views/statisticalanalysis/specialgoods/index.vue

@@ -351,11 +351,11 @@ export default {
         this.formItems[4].placeholder = "统计航班";
         this.formItems[4].options = [
           {
-            value: "统计航班",
+            value: "1",
             label: "统计航班",
           },
           {
-            value: "统计重量",
+            value: "2",
             label: "统计重量",
           },
         ];