|
|
@@ -102,7 +102,8 @@ export default {
|
|
|
forms: [
|
|
|
{ prop: 'Q^NAME_^SL', label: '名称', labelWidth: 80, itemWidth: 200 },
|
|
|
{ prop: 'Q^KEY_^SL', label: '业务主键', labelWidth: 80, itemWidth: 200 },
|
|
|
- { prop: 'Q^TYPE_^SL', label: '类型', fieldType: 'select', options: datasetTypeOptions, labelWidth: 80, itemWidth: 200 }
|
|
|
+ { prop: 'Q^TYPE_^SL', label: '类型', fieldType: 'select', options: datasetTypeOptions, labelWidth: 80, itemWidth: 200 },
|
|
|
+ { prop: 'Q^FROM_^SL', label: '来源', labelWidth: 80, itemWidth: 200 }
|
|
|
]
|
|
|
},
|
|
|
// 表格字段配置
|