梁展鹏 %!s(int64=3) %!d(string=hai) anos
pai
achega
a4d1f401f5

+ 1 - 1
src/views/sceneManagement/sceneList/index.vue

@@ -117,7 +117,7 @@ export default {
         },
         {
           key: 'isShow',
-          name: '状态',
+          name: '显示/隐藏',
           width: this.$col.s,
           type: 'tag',
           fetchTagType: val => (val ? 'success' : 'info'),

+ 2 - 2
src/views/sceneManagement/sceneList/toolbar.vue

@@ -37,8 +37,8 @@ export default {
         },
         {
           type: 'select',
-          name: 'status',
-          label: '状态',
+          name: 'isShow',
+          label: '显示/隐藏',
           options: TYPE,
           format: val => (val !== null && val !== '' ? !!val : null)
         }