Compare commits
4 Commits
bc73f02c47
...
12be6eb03b
Author | SHA1 | Date | |
---|---|---|---|
12be6eb03b | |||
938bb0a52a | |||
f7462c254e | |||
931bdfcddd |
@ -30,7 +30,7 @@ const [BasicForm, formApi] = useVbenForm({
|
|||||||
// 默认占满两列
|
// 默认占满两列
|
||||||
formItemClass: 'col-span-1',
|
formItemClass: 'col-span-1',
|
||||||
// 默认label宽度 px
|
// 默认label宽度 px
|
||||||
labelWidth: 80,
|
labelWidth: 90,
|
||||||
// 通用配置项 会影响到所有表单项
|
// 通用配置项 会影响到所有表单项
|
||||||
componentProps: {
|
componentProps: {
|
||||||
class: 'w-full',
|
class: 'w-full',
|
||||||
|
@ -182,7 +182,7 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
component: 'Textarea',
|
component: 'Textarea',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '人像图片',
|
label: '社区/园区图片',
|
||||||
fieldName: 'img',
|
fieldName: 'img',
|
||||||
component: 'ImageUpload',
|
component: 'ImageUpload',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
常见问题管理
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
|
||||||
|
</style>
|
@ -141,6 +141,12 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
component: 'Input',
|
component: 'Input',
|
||||||
rules: 'required',
|
rules: 'required',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: '邀约单位',
|
||||||
|
fieldName: 'interviewedUnit',
|
||||||
|
component: 'Input',
|
||||||
|
rules: 'required',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: '联系电话',
|
label: '联系电话',
|
||||||
fieldName: 'interviewedPhone',
|
fieldName: 'interviewedPhone',
|
||||||
|
Loading…
Reference in New Issue
Block a user