梁展鹏 3 năm trước cách đây
mục cha
commit
80094400f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/baseManagement/updateList/toolbar.vue

+ 1 - 1
src/views/baseManagement/updateList/toolbar.vue

@@ -44,7 +44,7 @@ export default {
           label: '显示/隐藏',
           options: setStatus(['显示', '隐藏'], [true, false]),
           format: val => (val !== null && val !== '' ? !!val : null),
-          defaultValue: 1
+          defaultValue: true
         }
       ]
     };