26683
This commit is contained in:
@@ -174,7 +174,8 @@
|
|||||||
},
|
},
|
||||||
recordConfigs: [
|
recordConfigs: [
|
||||||
{prop: 'content', label: '说明', align: 'center' },
|
{prop: 'content', label: '说明', align: 'center' },
|
||||||
{prop: 'createTime', label: '创建时间', align: 'center'}
|
{prop: 'createTime', label: '创建时间', align: 'center'},
|
||||||
|
{prop: 'createUserName', label: '记录人', align: 'center' }
|
||||||
],
|
],
|
||||||
reportInfo: {},
|
reportInfo: {},
|
||||||
isShow: false,
|
isShow: false,
|
||||||
|
|||||||
@@ -151,7 +151,8 @@
|
|||||||
tableData: [],
|
tableData: [],
|
||||||
colConfigs: [
|
colConfigs: [
|
||||||
{prop: 'content', label: '说明', align: 'center' },
|
{prop: 'content', label: '说明', align: 'center' },
|
||||||
{prop: 'createTime', label: '创建时间', align: 'center'}
|
{prop: 'createTime', label: '创建时间', align: 'center'},
|
||||||
|
{prop: 'createUserName', label: '记录人', align: 'center' }
|
||||||
],
|
],
|
||||||
tabList: ['基本信息', '异常处理']
|
tabList: ['基本信息', '异常处理']
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user