From 5fa8a62362c5a12f68d53e0a2e9e1f5d8d562356 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 25 三月 2025 10:03:39 +0800
Subject: [PATCH] 检验任务时间排序修改
---
src/components/do/a6-personnel/training-record.vue | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/components/do/a6-personnel/training-record.vue b/src/components/do/a6-personnel/training-record.vue
index ffafce3..cfc5c2f 100644
--- a/src/components/do/a6-personnel/training-record.vue
+++ b/src/components/do/a6-personnel/training-record.vue
@@ -164,10 +164,12 @@
}, {
label: '鍩硅鍐呭',
prop: 'trainingContent'
- }, {
- label: '鍩硅璇炬椂',
- prop: 'educationBackground'
- }, {
+ },
+ // {
+ // label: '鍩硅璇炬椂',
+ // prop: 'educationBackground'
+ // },
+ {
label: '璇炬椂',
prop: 'classHour'
}, {
--
Gitblit v1.9.3