forked from github/dataease
Merge pull request #2863 from dataease/pr@dev@refactor_panel-style
refactor(仪表板): 跳转设置样式调整默认增加追加一个字段选择等
This commit is contained in:
commit
2917e28a7d
@ -132,7 +132,7 @@
|
||||
</el-row>
|
||||
|
||||
<el-row class="bottom">
|
||||
<el-button size="mini" type="success" icon="el-icon-plus" round @click="addLinkJumpField">{{ $t('panel.add_jump_field') }}</el-button>
|
||||
<el-button :disabled="!linkJumpInfo.targetPanelId" size="mini" type="success" icon="el-icon-plus" round @click="addLinkJumpField">{{ $t('panel.add_jump_field') }}</el-button>
|
||||
</el-row>
|
||||
<i slot="reference" class="icon iconfont icon-edit slot-class" />
|
||||
</el-row>
|
||||
@ -456,6 +456,7 @@ export default {
|
||||
},
|
||||
panelNodeClick(data, node) {
|
||||
this.linkJumpInfo.targetViewInfoList = []
|
||||
this.addLinkJumpField()
|
||||
this.getPanelViewList(data.id)
|
||||
},
|
||||
inputVal(value) {
|
||||
|
Loading…
Reference in New Issue
Block a user