fix: 台账字段调整

This commit is contained in:
xuziqiang
2024-07-18 17:15:20 +08:00
parent 75a9b87513
commit 6be90a8d0c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<!-- @format -->
<template>
<a-modal v-bind="getBindValue">
<a-modal v-bind="getBindValue" centered>
<template #[item]="data" v-for="item in Object.keys($slots)" :key="item">
<slot :name="item" v-bind="data || {}"></slot>
</template>