0.0.1版本
This commit is contained in:
@@ -13,12 +13,9 @@
|
||||
{{ prop.title }}
|
||||
</template>
|
||||
<slot name="body"></slot>
|
||||
<ma-form
|
||||
ref="maFormRef"
|
||||
:columns="prop.column"
|
||||
v-model="form"
|
||||
:options="{ ...options, showButtons: false }"
|
||||
></ma-form>
|
||||
<ma-form ref="maFormRef" :columns="prop.column" v-model="form" :options="{ ...options, showButtons: false }">
|
||||
<template #[`inputPrepend-version`]>V </template>
|
||||
</ma-form>
|
||||
</a-modal>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user