feat ;修改 chart 参数调整

This commit is contained in:
zhangyu
2021-12-06 15:25:09 +08:00
parent 39c94f5dec
commit 4477c3e195
6 changed files with 30 additions and 24 deletions

View File

@@ -93,7 +93,7 @@
</el-popover>
</el-col>
<el-col style="flex: 1">
<el-input maxlength="512" show-word-limit size="small" type="text" v-model="expressionsShow[index-1].legend" ></el-input>
<el-input maxlength="512" show-word-limit size="small" type="text" v-model="expressionsShow[index-1].legend" @change="expressionChange"></el-input>
</el-col>
</el-row>
</el-row>