wy 1 год назад
Родитель
Сommit
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: {
             type: String,
-            default: '月报表参数选择'
+            default: '参数选择'
         }
     },
     data () {
@@ -119,7 +119,7 @@ export default {
             paramForm: {},
             dialogVisible: this.visible,
             maxHeight: '400px',
-            title: '月报表参数选择',
+            title: '参数选择',
             toolbars: [
                 { key: 'save', icon: 'ibps-icon-save', label: '确定', type: 'primary' },
                 { key: 'cancel', icon: 'el-icon-close', label: '关闭', type: 'danger' }