Procházet zdrojové kódy

页面字段描述调整

梁展鹏 před 3 roky
rodič
revize
f63ec81514

+ 1 - 1
src/views/baseManagement/bannerManagement/index.vue

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

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

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

+ 1 - 1
src/views/baseManagement/infoManagement/index.vue

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

+ 1 - 1
src/views/baseManagement/trending/index.vue

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

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

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

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

@@ -91,7 +91,7 @@ export default {
         },
         {
           key: 'isShow',
-          name: '状态',
+          name: '显示/隐藏',
           width: this.$col.b,
           type: 'switch',
           switchName: ['运行', '停止'],

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

@@ -41,7 +41,7 @@ export default {
         {
           type: 'select',
           name: 'isShow',
-          label: '状态',
+          label: '显示/隐藏',
           options: setStatus(['运行', '停止'], [true, false]),
           format: val => (val !== null && val !== '' ? !!val : null)
         }

+ 1 - 1
src/views/helpInfo/information/index.vue

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

+ 1 - 1
src/views/helpInfo/issueType/index.vue

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

+ 1 - 1
src/views/photoManagement/eventsList/index.vue

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

+ 1 - 1
src/views/photoManagement/eventsList/toolbar.vue

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