Browse Source

修改画板组件

lwx_v12
超级管理员 1 year ago
parent
commit
5f74a1efc1
  1. 97
      src/components/DesignForm/assembly/index.ts
  2. 2
      src/views/sysworkflow/lowcodepage/runApp/regularPage/myCreate.vue

97
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: {}
}
},
]
},
{

2
src/views/sysworkflow/lowcodepage/runApp/regularPage/myCreate.vue

@ -214,7 +214,7 @@ const confirmEvent = (val:any) => {
<el-table-column label="状态" prop="status" align="center" width="220" >
<template #default="scope">
{{scope.row.status}}---->{{scope.row.types}}
<el-tag
v-if="scope.row.status==1"
class="mx-1"

Loading…
Cancel
Save