提交 b6a1abbf 编写于 作者: Shine-zwj's avatar Shine-zwj

update:更新

上级 734e8aed
......@@ -67,7 +67,7 @@ export default class AppPresetButton extends Vue {
*/
get showCaption() {
const layoutModel = this.layoutModelDetails[this.name];
return layoutModel.showCaption;
return layoutModel.isShowCaption;
}
/**
......
......@@ -15,7 +15,6 @@ export class PanelButtonModel extends PanelDetailModel {
this.buttonStyle = opts.buttonStyle;
this.renderMode = opts.renderMode;
this.iconAlign = opts.iconAlign || 'LEFT';
this.showCaption = opts.showCaption ? true : false;
this.disabled = opts.disabled ? true : false;
}
......@@ -43,14 +42,6 @@ export class PanelButtonModel extends PanelDetailModel {
*/
public disabled: boolean = false;
/**
* 显示标题
*
* @type {boolean}
* @memberof PanelButtonModel
*/
public showCaption: boolean = true;
/**
* @description 按钮类型
* @type {string}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册