梁展鹏 3 年之前
父节点
当前提交
a4d1f401f5
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/views/sceneManagement/sceneList/index.vue
  2. 2 2
      src/views/sceneManagement/sceneList/toolbar.vue

+ 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)
         }