소스 검색

月度查询tetile调整

wy 1 년 전
부모
커밋
2f784dadda
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/component/env/monthlyStat.vue

+ 2 - 2
src/views/component/env/monthlyStat.vue

@@ -110,7 +110,7 @@ export default {
         },
         },
         labelTitle: {
         labelTitle: {
             type: String,
             type: String,
-            default: '月报表参数选择'
+            default: '参数选择'
         }
         }
     },
     },
     data () {
     data () {
@@ -119,7 +119,7 @@ export default {
             paramForm: {},
             paramForm: {},
             dialogVisible: this.visible,
             dialogVisible: this.visible,
             maxHeight: '400px',
             maxHeight: '400px',
-            title: '月报表参数选择',
+            title: '参数选择',
             toolbars: [
             toolbars: [
                 { key: 'save', icon: 'ibps-icon-save', label: '确定', type: 'primary' },
                 { key: 'save', icon: 'ibps-icon-save', label: '确定', type: 'primary' },
                 { key: 'cancel', icon: 'el-icon-close', label: '关闭', type: 'danger' }
                 { key: 'cancel', icon: 'el-icon-close', label: '关闭', type: 'danger' }