wujingjing
2024-10-22 06e6569bc8337591437f7417602e4c3877bdd194
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,