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) => {