Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
fyy 2025-08-12 14:02:45 +08:00
commit 963c1ac9c0
4 changed files with 19 additions and 2 deletions

View File

@ -30,7 +30,7 @@ const [BasicForm, formApi] = useVbenForm({
//
formItemClass: 'col-span-1',
// label px
labelWidth: 80,
labelWidth: 90,
//
componentProps: {
class: 'w-full',

View File

@ -182,7 +182,7 @@ export const modalSchema: FormSchemaGetter = () => [
component: 'Textarea',
},
{
label: '人像图片',
label: '社区/园区图片',
fieldName: 'img',
component: 'ImageUpload',
componentProps: {

View File

@ -0,0 +1,11 @@
<script setup lang="ts">
</script>
<template>
常见问题管理
</template>
<style scoped lang="scss">
</style>

View File

@ -141,6 +141,12 @@ export const modalSchema: FormSchemaGetter = () => [
component: 'Input',
rules: 'required',
},
{
label: '邀约单位',
fieldName: 'interviewedUnit',
component: 'Input',
rules: 'required',
},
{
label: '联系电话',
fieldName: 'interviewedPhone',