|
@@ -20,7 +20,7 @@ export const formConf = {
|
|
|
deleteDataCheckReferenceRelation: 0,
|
|
|
deleteDataIgnoringReferenceRelationIds: [],
|
|
|
importTemplatePath: '',
|
|
|
- importTemplatePathFileList: [],
|
|
|
+ importTemplatePathFileList: []
|
|
|
}
|
|
|
const event = {
|
|
|
isEvent: true,
|
|
@@ -708,17 +708,16 @@ export const inputComponents = [
|
|
|
type: '0',
|
|
|
span: 24,
|
|
|
dragDisabled: false,
|
|
|
- fontStyle:{
|
|
|
+ fontStyle: {
|
|
|
color: 'rgba(0, 0, 0,1)',
|
|
|
- size:14,
|
|
|
+ size: 14
|
|
|
},
|
|
|
- svgModel:'1',
|
|
|
-
|
|
|
+ svgModel: '1'
|
|
|
},
|
|
|
displayNone: false,
|
|
|
__slot__: {
|
|
|
default: '我是分割线'
|
|
|
- },
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
__config__: {
|
|
@@ -766,6 +765,26 @@ export const inputComponents = [
|
|
|
},
|
|
|
h: 6,
|
|
|
placeholder: '请输入内容...'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ __config__: {
|
|
|
+ jnpfKey: 'JNPFMap',
|
|
|
+ label: '地图选址',
|
|
|
+ labelWidth: undefined,
|
|
|
+ showLabel: true,
|
|
|
+ tag: 'JNPF-Map',
|
|
|
+ tagIcon: 'icon-ym icon-ym-generator-rich-text',
|
|
|
+ defaultValue: null,
|
|
|
+ required: false,
|
|
|
+ layout: 'colFormItem',
|
|
|
+ span: 24,
|
|
|
+ dragDisabled: false,
|
|
|
+ regList: [],
|
|
|
+ trigger: 'blur',
|
|
|
+ viewDataType: 'STRING'
|
|
|
+ },
|
|
|
+ h: 6,
|
|
|
+ placeholder: '请输入内容...'
|
|
|
}
|
|
|
]
|
|
|
|