|
@@ -321,6 +321,26 @@ export default {
|
|
|
></zj-table>
|
|
|
)
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'el-input',
|
|
|
+ attributes: { disabled: true },
|
|
|
+ formItemAttributes: { label: '创建人', prop: 'createBy' }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'el-input',
|
|
|
+ attributes: { disabled: true },
|
|
|
+ formItemAttributes: { label: '创建时间', prop: 'createTime' }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'el-input',
|
|
|
+ attributes: { disabled: true },
|
|
|
+ formItemAttributes: { label: '修改人', prop: 'updateBy' }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'el-input',
|
|
|
+ attributes: { disabled: true },
|
|
|
+ formItemAttributes: { label: '修改时间', prop: 'updateTime' }
|
|
|
}
|
|
|
]
|
|
|
},
|