From 5e779cf782fa3bfd3de4cfc4dc88af56b171b501 Mon Sep 17 00:00:00 2001 From: louyinlei <398221207@qq.com> Date: 星期二, 05 三月 2024 17:57:31 +0800 Subject: [PATCH] 验收提交 --- src/views/notCoalMine/nTrainManage/index.vue | 51 ++++++++++++++++++++++++++++++++------------------- 1 files changed, 32 insertions(+), 19 deletions(-) diff --git a/src/views/notCoalMine/nTrainManage/index.vue b/src/views/notCoalMine/nTrainManage/index.vue index 30df1d9..2d059d7 100644 --- a/src/views/notCoalMine/nTrainManage/index.vue +++ b/src/views/notCoalMine/nTrainManage/index.vue @@ -103,7 +103,7 @@ /> <trainPlan-dialog ref="trainPlanDialog" @getList="getList" :typeList="typeList" @addRecord="addNew"></trainPlan-dialog> <el-dialog - title="培训记录" + title="培训记录追溯" :visible.sync="recordDialog" append-to-body width="50%" @@ -141,56 +141,63 @@ recordDialog: false, dataList: [ { - name: '计划1', - info: '--', + name: '2024喀什源天信息管理咨询有限公司特种作业人员高处作业高处安装、维护、拆除作业复训3期次', + info: '高处作业', startTime: '2024-02-24', endTime: '2024-03-05', sheet: '19', num: '19', passNum: '19', - dep: '--', + dep: '喀什源天信息管理咨询有限公司', trainWay: 0, - cardDep: '--', + cardDep: '新疆维吾尔自治区应急管理厅', classes: [ { id: 1, - name: '--', + name: '高处安装、维护、拆除作业', time: 5, - teacher: '--' + teacher: '董建刚' }, { id: 5, - name: '--', + name: '基础理论', time: 4, - teacher: '--' + teacher: '陶春荣' } ], students: [ { id: 1, - name: '--', + name: '代清华', idCard: 666, sex: '男', time: 9 }, { id: 5, - name: '--', + name: '拜科日·马木提', idCard: 888, - sex: '女', + sex: '男', time: 9 } ], - history: [] + history: [ +{ + time: '2024-3-29', + class: '基础理论', + teacher: '陶春荣', + missStudent: '无' + } + ] }, { - name: '计划2', - info: '--', + name: '2024新疆新发展信息科技有限公司特种作业人员制冷与空调作业制冷与空调设备运行操作作业复训2期次', + info: ' 制冷与空调作业', startTime: '2024-02-24', endTime: '2024-03-04', - sheet: '19', - num: '19', - passNum: '19', + sheet: '1', + num: '1', + passNum: '1', dep: '--', trainWay: 0, cardDep: '--', @@ -238,7 +245,13 @@ pageNum: 1, pageSize: 10 }, - record: [] + record: [ + {time:'2024-3-29', + class:'基础理论', + teacher:'陶春荣', + missStudent:'无' + } + ] }; }, created() { -- Gitblit v1.9.2