Przeglądaj źródła

更改搜索栏默认状态

zhangmingyan 7 miesięcy temu
rodzic
commit
8c407591d1
1 zmienionych plików z 6 dodań i 6 usunięć
  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:[],