Browse Source

文案修改

zhangyu 5 years ago
parent
commit
dc6e324b41

+ 2 - 2
src/components/ledger/handsontables/assets.vue

@@ -1289,8 +1289,8 @@ export default {
   .iconfont {
     font-size: 12px;
   }
-  .el-button {
+  // .el-button {
     // margin-right: 10px;
-  }
+  // }
 }
 </style>

+ 2 - 2
src/components/ledger/handsontables/device.vue

@@ -199,8 +199,8 @@ export default {
     ...mapGetters("layout", ["projectId", "secret", "userId"]),
     showTypes() {
       return this.onlyRead ?
-        [{ value: "all", label: '全部' }, { value: "Visible", label: '只看采集信息' }] :
-        [{ value: "all", label: '全部' }, { value: "Visible", label: '只看采集信息' }, { value: "partInfo", label: '隐藏自动填充的信息点' }]
+        [{ value: "all", label: '全部' }, { value: "Visible", label: '只看采集信息' }] :
+        [{ value: "all", label: '全部' }, { value: "Visible", label: '只看采集信息' }, { value: "partInfo", label: '隐藏信息点' }]
     }
   },
   methods: {

+ 2 - 2
src/views/ledger/cenotelist/index.vue

@@ -122,8 +122,8 @@ export default {
     ]),
     showTypes () {
       return this.onlyRead?
-        [{value: "all", label: '全部'}, {value: "Visible", label: '只看采集信息'}]: 
-        [{value: "all", label: '全部'}, {value: "Visible", label: '只看采集信息'}, {value: "partInfo", label: '隐藏自动填充的信息点'}]
+        [{value: "all", label: '全部'}, {value: "Visible", label: '只看采集信息'}]: 
+        [{value: "all", label: '全部'}, {value: "Visible", label: '只看采集信息'}, {value: "partInfo", label: '隐藏信息点'}]
     }
   },
   created() {

+ 1 - 1
src/views/ledger/facility/parts/index.vue

@@ -93,7 +93,7 @@ export default {
         total: 0
       },
       showTypes: [
-        { value: "Visible", label: '只看采集信息' },
+        { value: "Visible", label: '只看采集信息' },
         { value: "all", label: '全部' }
       ],
       showType: "Visible",

+ 2 - 2
src/views/ledger/facility/partsmanage/addparts/index.vue

@@ -101,9 +101,9 @@ export default {
           : [{ Checked: 1 }]
         : [{ Checked: 1 }],
       showTypes: [
-        {value: "partInfo", label: '隐藏自动填充的信息点'},
+        {value: "partInfo", label: '隐藏信息点'},
         {value: "all", label: '全部'}, 
-        {value: "Visible", label: '只看采集信息'}
+        {value: "Visible", label: '只看采集信息'}
       ],
       showType: "partInfo",
       copyTableData: [],

+ 2 - 2
src/views/ledger/facility/partsmanage/index.vue

@@ -102,9 +102,9 @@ export default {
       spaceList: "",
       onlyRead: false,
       showTypes: [
-        { value: "partInfo", label: '隐藏自动填充的信息点' },
+        { value: "partInfo", label: '隐藏信息点' },
         { value: "all", label: '全部' },
-        { value: "Visible", label: '只看采集信息' }
+        { value: "Visible", label: '只看采集信息' }
       ],
       showType: "partInfo",
       tableHeader: [],

+ 2 - 2
src/views/rent/rentlist/index.vue

@@ -122,8 +122,8 @@ export default {
     ]),
     showTypes () {
       return this.onlyRead?
-        [{value: "all", label: '全部'}, {value: "Visible", label: '只看采集信息'}]: 
-        [{value: "all", label: '全部'}, {value: "Visible", label: '只看采集信息'}, {value: "partInfo", label: '隐藏自动填充的信息点'}]
+        [{value: "all", label: '全部'}, {value: "Visible", label: '只看采集信息'}]: 
+        [{value: "all", label: '全部'}, {value: "Visible", label: '只看采集信息'}, {value: "partInfo", label: '隐藏信息点'}]
     }
   },
   created() {