src/components/chat/chatComponents/summaryCom/components/recordSet/components/List.vue
@@ -13,12 +13,12 @@ <script setup lang="ts"> import { ref, type PropType, computed } from 'vue'; import type { ListParam } from '../types'; import { getTextWidth } from '/@/utils/util'; import { StepParam } from '../types'; const props = defineProps({ data: { type: Object as PropType<ListParam>, type: Object as PropType<StepParam>, }, disabled: { type: Boolean,