Parcourir la source

页面字段描述调整

梁展鹏 il y a 3 ans
Parent
commit
4bc495406a

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

@@ -65,7 +65,7 @@ export default {
       columns: [
       columns: [
         {
         {
           key: 'name',
           key: 'name',
-          name: '机构名称',
+          name: '场景',
           width: this.$col.b
           width: this.$col.b
         },
         },
         {
         {
@@ -99,7 +99,7 @@ export default {
         },
         },
         {
         {
           key: 'type',
           key: 'type',
-          name: '机构类型',
+          name: '类型',
           width: this.$col.b
           width: this.$col.b
         },
         },
         {
         {

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

@@ -15,7 +15,7 @@ export default {
         {
         {
           type: 'text',
           type: 'text',
           name: 'name',
           name: 'name',
-          label: '机构名称'
+          label: '场景'
         },
         },
         {
         {
           type: 'AddressSelect',
           type: 'AddressSelect',
@@ -27,7 +27,7 @@ export default {
         {
         {
           type: 'select',
           type: 'select',
           name: 'type',
           name: 'type',
-          label: '机构类型',
+          label: '类型',
           options: SCENETYPE
           options: SCENETYPE
         },
         },
         {
         {

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

@@ -33,7 +33,7 @@ export default {
       columns: [
       columns: [
         {
         {
           key: 'name',
           key: 'name',
-          name: '机构名称',
+          name: '场景',
           width: this.$col.b
           width: this.$col.b
         },
         },
         {
         {
@@ -67,7 +67,7 @@ export default {
         },
         },
         {
         {
           key: 'type',
           key: 'type',
-          name: '机构类型',
+          name: '类型',
           width: this.$col.b
           width: this.$col.b
         },
         },
         {
         {

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

@@ -15,7 +15,7 @@ export default {
         {
         {
           type: 'text',
           type: 'text',
           name: 'name',
           name: 'name',
-          label: '机构名称'
+          label: '场景'
         },
         },
         {
         {
           type: 'AddressSelect',
           type: 'AddressSelect',
@@ -27,7 +27,7 @@ export default {
         {
         {
           type: 'select',
           type: 'select',
           name: 'type',
           name: 'type',
-          label: '机构类型',
+          label: '类型',
           options: SCENETYPE
           options: SCENETYPE
         },
         },
         {
         {