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