mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
refactor(仪表板): 跳转设置样式调整默认增加追加一个字段选择等
This commit is contained in:
parent
138f3d1abb
commit
0c893f57b3
@ -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