diff --git a/src/views/principalAward/score/index.vue b/src/views/principalAward/score/index.vue index c5ec223..9e289b3 100644 --- a/src/views/principalAward/score/index.vue +++ b/src/views/principalAward/score/index.vue @@ -143,6 +143,7 @@ export default { {label: '状态', prop: 'scoreStatus', align: 'center', slotName: 'scoreStatus'}, {label: '创建时间', prop: 'createTime', align: 'center'}, {label: '提交时间', prop: 'appTime', align: 'center', type: 'date'}, + {label: '审核时间', prop: 'authTime', align: 'center', type: 'date'}, ], //操作列 tableActions: [ diff --git a/src/views/reward/score/index.vue b/src/views/reward/score/index.vue index 3b1c35c..dec8034 100644 --- a/src/views/reward/score/index.vue +++ b/src/views/reward/score/index.vue @@ -140,6 +140,7 @@ export default { {label: '状态', prop: 'scoreStatus', align: 'center', slotName: 'scoreStatus'}, {label: '创建时间', prop: 'createTime', align: 'center'}, {label: '提交时间', prop: 'appTime', align: 'center', type: 'date'}, + {label: '审核时间', prop: 'authTime', align: 'center', type: 'date'}, ], //操作列 tableActions: [ diff --git a/src/views/teacherAward/score/index.vue b/src/views/teacherAward/score/index.vue index 1033dc1..dd40c08 100644 --- a/src/views/teacherAward/score/index.vue +++ b/src/views/teacherAward/score/index.vue @@ -143,6 +143,7 @@ export default { {label: '状态', prop: 'scoreStatus', align: 'center', slotName: 'scoreStatus'}, {label: '创建时间', prop: 'createTime', align: 'center'}, {label: '提交时间', prop: 'appTime', align: 'center', type: 'date'}, + {label: '审核时间', prop: 'authTime', align: 'center', type: 'date'}, ], //操作列 tableActions: [ diff --git a/src/views/trainAward/score/index.vue b/src/views/trainAward/score/index.vue index 6d1eea3..b98d3c3 100644 --- a/src/views/trainAward/score/index.vue +++ b/src/views/trainAward/score/index.vue @@ -143,6 +143,7 @@ export default { {label: '状态', prop: 'scoreStatus', align: 'center', slotName: 'scoreStatus'}, {label: '创建时间', prop: 'createTime', align: 'center'}, {label: '提交时间', prop: 'appTime', align: 'center', type: 'date'}, + {label: '审核时间', prop: 'authTime', align: 'center', type: 'date'}, ], //操作列 tableActions: [