From 5f74a1efc135a7e61f165cb7023c5d71d035e380 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Fri, 21 Jun 2024 11:12:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=BB=E6=9D=BF=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/assembly/index.ts | 97 +++++++++++++++++-- .../runApp/regularPage/myCreate.vue | 2 +- 2 files changed, 92 insertions(+), 7 deletions(-) diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts index 5513bbdbd..5d922e967 100644 --- a/src/components/DesignForm/assembly/index.ts +++ b/src/components/DesignForm/assembly/index.ts @@ -282,11 +282,21 @@ export default [ inputStyle: {} } }, - - - - - + { + type: 'description', + label: '描述说明', + icon: 'number', + iconFont: 'fa-question-circle-o', + control: { + modelValue: 0 + }, + config: {}, + styles: { + divStyle: {}, + labelStyle: {}, + inputStyle: {} + } + }, @@ -793,7 +803,82 @@ export default [ labelStyle: {}, inputStyle: {} } - } + }, + { + type: 'founder', + label: '创建人', + icon: 'number', + iconFont: 'fa-user-circle-o', + control: { + modelValue: 0 + }, + config: {}, + styles: { + divStyle: {}, + labelStyle: {}, + inputStyle: {} + } + }, + { + type: 'founderTime', + label: '创建时间', + icon: 'number', + iconFont: 'fa-clock-o', + control: { + modelValue: 0 + }, + config: {}, + styles: { + divStyle: {}, + labelStyle: {}, + inputStyle: {} + } + }, + { + type: 'editTime', + label: '修改时间', + icon: 'number', + iconFont: 'fa-clock-o', + control: { + modelValue: 0 + }, + config: {}, + styles: { + divStyle: {}, + labelStyle: {}, + inputStyle: {} + } + }, + { + type: 'owner', + label: '拥有者', + icon: 'number', + iconFont: 'fa-user-circle', + control: { + modelValue: 0 + }, + config: {}, + styles: { + divStyle: {}, + labelStyle: {}, + inputStyle: {} + } + }, + { + type: 'deptOrg', + label: '所属部门', + icon: 'number', + iconFont: 'fa-group', + control: { + modelValue: 0 + }, + config: {}, + styles: { + divStyle: {}, + labelStyle: {}, + inputStyle: {} + } + }, ] }, { diff --git a/src/views/sysworkflow/lowcodepage/runApp/regularPage/myCreate.vue b/src/views/sysworkflow/lowcodepage/runApp/regularPage/myCreate.vue index 7d5d3033f..57f46f7d0 100644 --- a/src/views/sysworkflow/lowcodepage/runApp/regularPage/myCreate.vue +++ b/src/views/sysworkflow/lowcodepage/runApp/regularPage/myCreate.vue @@ -214,7 +214,7 @@ const confirmEvent = (val:any) => {