Pārlūkot izejas kodu

feat: 添加全部

allen 2 gadi atpakaļ
vecāks
revīzija
d678616371
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 4 1
      src/views/infrastructure/deviceSetup.vue

+ 4 - 1
src/views/infrastructure/deviceSetup.vue

@@ -104,10 +104,13 @@ export default {
   components: { BTable,DataReportLeft,setPreferencs },
   components: { BTable,DataReportLeft,setPreferencs },
   data() {
   data() {
     return {
     return {
-      tmnstatusRunstatus:'I',
+      tmnstatusRunstatus:'',
       treeData: [],
       treeData: [],
       waterKeyword: '',
       waterKeyword: '',
       tmnstatusList: [{
       tmnstatusList: [{
+        label: '全部',
+        value: ''
+      },{
         label: '空闲中',
         label: '空闲中',
         value: 'I'
         value: 'I'
       }, {
       }, {