feat:explore保存图表增加state状态

This commit is contained in:
zyh
2022-07-01 17:34:28 +08:00
parent c6b113fc8c
commit 9759dba7e5
2 changed files with 21 additions and 21 deletions

View File

@@ -114,7 +114,7 @@
class="top-tool-btn"
@click="enableExpression"
>
<i v-if="enable" class="nz-icon nz-icon-mimakejian"></i>
<i v-if="state" class="nz-icon nz-icon-mimakejian"></i>
<i v-else class="nz-icon nz-icon-mimabukejian" style="fontSize:16px"></i>
</button>
<button
@@ -455,7 +455,7 @@ export default {
type: String, default: ''
},
expressionList: { type: Array },
enable: { type: Boolean },
state: { type: Number },
plugins: { type: Array },
styleType: Number,
historyParam: { type: Object },