| | |
| | | :data="item" |
| | | :originData="originData" |
| | | :summaryIndex="index" |
| | | chartHeight="20rem" |
| | | :tableLimitHeight = "tableLimitHeight" |
| | | @updateQuery ="(res)=> updateRecordSet(index,res)" |
| | | ></component> |
| | | </template> |
| | |
| | | import { SummaryAnswerType, summaryAnswerTypeMapCom } from './components/types'; |
| | | // import AmisPageTest from './components/amisPage/AmisPageTest.vue'; |
| | | const props = defineProps(chatComProps); |
| | | const tableLimitHeight = document.body.clientHeight * 0.7 |
| | | |
| | | const parsedData = computed(() => { |
| | | const newData = (props.data ?? []).map((item) => { |