NEZ-3174 feat:notebook 页面开发

This commit is contained in:
zyh
2023-09-20 18:19:32 +08:00
parent 600fa76954
commit 2d38b5b632
11 changed files with 142 additions and 79 deletions

View File

@@ -141,6 +141,7 @@
value-key="chartType"
@change="chartTypeChange">
<el-option
v-show="from!=='notebook'||item.id!=='log'"
v-for="item in chartTypeList"
:key="item.id"
:disabled="item.id==='group' && chartConfig.isGroup"