|
|
@@ -12,7 +12,7 @@ export default function BillModel (billModel) {
|
|
|
this.dbfind = ''//是否是dbfind字段判定
|
|
|
this.caption = ''//字段名称
|
|
|
this.type = ''//类型(标题类型为Constants.TYPE_TITLE,不触发点击事件等 )
|
|
|
- this.sourcetype = ''//字段原类型
|
|
|
+ this.sourceType = ''//字段原类型
|
|
|
this.logicType = ''//logic类型
|
|
|
this.readOnly = true//字段是否只读
|
|
|
this.field = ''//字段
|
|
|
@@ -39,7 +39,7 @@ export default function BillModel (billModel) {
|
|
|
this.dbfind = billModel.dbfind
|
|
|
this.caption = billModel.caption
|
|
|
this.type = billModel.type
|
|
|
- this.sourcetype = billModel.sourcetype
|
|
|
+ this.sourceType = billModel.sourceType
|
|
|
this.logicType = billModel.logicType
|
|
|
this.readOnly = billModel.readOnly
|
|
|
this.field = billModel.field
|