forked from github/dataease
fix:文本链接修改,仪表板底色修改,保存按钮还是灰的问题
This commit is contained in:
parent
173e3b80e5
commit
c7bfab9654
@ -61,6 +61,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
onSubmit() {
|
onSubmit() {
|
||||||
this.curComponent.hyperlinks = deepCopy(this.linkInfo)
|
this.curComponent.hyperlinks = deepCopy(this.linkInfo)
|
||||||
|
this.$store.state.styleChangeTimes++
|
||||||
this.popoverClose()
|
this.popoverClose()
|
||||||
},
|
},
|
||||||
onClose() {
|
onClose() {
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<el-radio v-model="panel.backgroundType" label="color" @change="onChangeType">{{ $t('chart.color') }}</el-radio>
|
<el-radio v-model="panel.backgroundType" label="color" @change="onChangeType">{{ $t('chart.color') }}</el-radio>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="18">
|
<el-col :span="18">
|
||||||
<el-color-picker v-model="panel.color" size="mini" style="cursor: pointer;z-index: 1004;" />
|
<el-color-picker v-model="panel.color" size="mini" style="cursor: pointer;z-index: 1004;" @change="onChangeType"/>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row style="height: 60px;margin-top:10px;overflow: hidden">
|
<el-row style="height: 60px;margin-top:10px;overflow: hidden">
|
||||||
|
Loading…
Reference in New Issue
Block a user