From 774685ad8eecaf4dbc7846c51141f38f9e799046 Mon Sep 17 00:00:00 2001 From: dsh <15569653818@163.com> Date: Tue, 23 Apr 2024 16:12:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/principalAward/score/index.vue | 1 + src/views/reward/score/index.vue | 1 + src/views/teacherAward/score/index.vue | 1 + src/views/trainAward/score/index.vue | 1 + 4 files changed, 4 insertions(+) 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: [