|
|
@@ -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' }
|