|
@@ -159,7 +159,9 @@ const formOption = reactive({
|
|
|
const formConfig = computed(() => {
|
|
|
return [
|
|
|
{
|
|
|
- label: "基本信息",
|
|
|
+ type: "title",
|
|
|
+ title: "基本信息",
|
|
|
+ label: "",
|
|
|
},
|
|
|
{
|
|
|
type: "input",
|
|
@@ -196,7 +198,9 @@ const formConfig = computed(() => {
|
|
|
itemType: "text",
|
|
|
},
|
|
|
{
|
|
|
- label: "联系人信息",
|
|
|
+ type: "title",
|
|
|
+ title: "联系人信息",
|
|
|
+ label: "",
|
|
|
},
|
|
|
{
|
|
|
type: "input",
|
|
@@ -220,7 +224,9 @@ const formConfig = computed(() => {
|
|
|
itemType: "text",
|
|
|
},
|
|
|
{
|
|
|
- label: "银行账户信息",
|
|
|
+ type: "title",
|
|
|
+ title: "银行账户信息",
|
|
|
+ label: "",
|
|
|
},
|
|
|
{
|
|
|
type: "input",
|