Browse Source

更改搜索栏默认状态

zhangmingyan 7 months ago
parent
commit
8c407591d1
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/store/modules/bench/index.js

+ 6 - 6
src/store/modules/bench/index.js

@@ -12,27 +12,27 @@ export default {
       filterMapList: [],
       remoteBenchList: [],
       statusOptions:[{
-        value: 'Status',
+        value: 'All',
         label: ''
       }],
       projectOptions:[{
-        value: 'Project',
+        value: 'All',
         label: ''
       }],
       carlineOptions:[{
-        value: 'Carline',
+        value: 'All',
         label: ''
       }],
       variantOptions:[{
-        value: 'Variant',
+        value: 'All',
         label: ''
       }],
       clusterOptions:[{
-        value: 'Cluster',
+        value: 'All',
         label: ''
       }],
       marketOptions:[{
-        value: 'Market',
+        value: 'All',
         label: ''
       }],
       matchedBenchList:[],