瀏覽代碼

页面字段描述调整

梁展鹏 3 年之前
父節點
當前提交
6d7dfdb0c2

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

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

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

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

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

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

+ 1 - 1
src/views/memberManagement/memberLever/index.vue

@@ -60,7 +60,7 @@ export default {
         },
         {
           key: 'isEnable',
-          name: '状态',
+          name: '启用/停用',
           width: this.$col.s,
           type: 'tag',
           fetchTagType: val => (val ? 'success' : 'info'),

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

@@ -26,7 +26,7 @@ export default {
         {
           type: 'select',
           name: 'auditStatus',
-          label: '状态',
+          label: '审核状态',
           options: AUDITTYPE,
           format: val => val
         }

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

@@ -26,7 +26,7 @@ export default {
         {
           type: 'select',
           name: 'auditStatus',
-          label: '状态',
+          label: '审核状态',
           options: AUDITTYPE,
           format: val => val,
           defaultValue: 0

+ 1 - 1
src/views/photographerManagement/photoVerify/toolbar.vue

@@ -25,7 +25,7 @@ export default {
         {
           type: 'select',
           name: 'auditStatus',
-          label: '状态',
+          label: '审核状态',
           options: AUDITTYPE,
           format: val => val
         }

+ 1 - 1
src/views/photographerManagement/photographerVerify/index.vue

@@ -113,7 +113,7 @@ export default {
         },
         {
           key: 'auditStatus',
-          name: '状态',
+          name: '审核状态',
           minWidth: this.$col.s,
           type: 'tag',
           fetchTagType: val => {

+ 1 - 1
src/views/photographerManagement/photographerVerify/toolbar.vue

@@ -31,7 +31,7 @@ export default {
         {
           type: 'select',
           name: 'auditStatus',
-          label: '状态',
+          label: '审核状态',
           options: AUDITTYPE,
           format: val => val,
           defaultValue: 0

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

@@ -87,7 +87,7 @@ export default {
         },
         {
           key: 'auditStatus',
-          name: '状态',
+          name: '审核状态',
           width: this.$col.s,
           type: 'tag',
           fetchTagType: val => {

+ 1 - 1
src/views/sceneManagement/sceneVerify/toolbar.vue

@@ -44,7 +44,7 @@ export default {
         {
           type: 'select',
           name: 'auditStatus',
-          label: '状态',
+          label: '审核状态',
           options: AUDITTYPE,
           format: val => val
         }

+ 1 - 1
src/views/statistics/withdrawalRecord/index.vue

@@ -85,7 +85,7 @@ export default {
         },
         {
           key: 'auditStatus',
-          name: '状态',
+          name: '审核状态',
           width: this.$col.s,
           type: 'tag',
           fetchTagType: val => {

+ 1 - 1
src/views/statistics/withdrawalRecord/toolbar.vue

@@ -31,7 +31,7 @@ export default {
         {
           type: 'select',
           name: 'status',
-          label: '状态',
+          label: '审核状态',
           options: AUDITTYPE,
           format: val => val,
           defaultValue: 0