暂时修复一下
This commit is contained in:
		| @@ -29,7 +29,7 @@ | ||||
|         <config-item label="图表名"> | ||||
|           <el-input size="small" v-model="chart.title"/> | ||||
|         </config-item> | ||||
|         <config-item label="图表类型"> | ||||
|         <config-item label="图表模板"> | ||||
|           <ai-select v-model="chart.chart" :select-list="charts"/> | ||||
|         </config-item> | ||||
|         <config-item label="数据类型"> | ||||
| @@ -154,7 +154,6 @@ import 'brace/theme/github'; | ||||
| import 'brace/theme/monokai'; | ||||
| import AiDialogBtn from "dui/packages/layout/AiDialogBtn.vue"; | ||||
| import AiFold from "dui/packages/layout/AiFold.vue"; | ||||
| import charts from "../../../../../components/AiEchart/echartTpls"; | ||||
|  | ||||
| export default { | ||||
|   name: 'dataConfig', | ||||
| @@ -191,7 +190,7 @@ export default { | ||||
|       list: [], | ||||
|       showMapEditor: false, | ||||
|       form: {}, | ||||
|       charts: Object.keys(charts).map((label, id) => ({id, label})) | ||||
|       charts: Object.keys({}).map((label, id) => ({id, label})) | ||||
|     } | ||||
|   }, | ||||
|   computed: { | ||||
| @@ -525,6 +524,7 @@ export default { | ||||
|     color: #fff; | ||||
|     border: 1px solid #030411; | ||||
|   } | ||||
|  | ||||
|   .layout-config__item--right { | ||||
|     display: flex; | ||||
|     align-items: center; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user