From b24569fe4bfb9939af43926cfd4bc03d38d09c87 Mon Sep 17 00:00:00 2001 From: Yjhon Date: Thu, 24 Feb 2022 17:35:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8=E5=8F=98?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/ProjectList.vue | 20 +++++++++---------- .../terminalTrain/TerminalTrainDetail.vue | 3 ++- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/src/views/project/ProjectList.vue b/src/views/project/ProjectList.vue index 976c2a6..463b2a6 100644 --- a/src/views/project/ProjectList.vue +++ b/src/views/project/ProjectList.vue @@ -7,9 +7,10 @@ 项目状态: 全部 - 运行中 + 未发布 + 未开始 + 进行中 已结束 - 未发布 开始时间: @@ -18,10 +19,10 @@ 培训方式: 全部 - 培训 - 考试 - 培训-练习 - 培训-练习-考试 + 培训 + 考试 + 培训/练习 + 培训/练习/考试 查询 @@ -109,7 +110,7 @@ export default { title: '项目状态', dataIndex: 'status', customRender: (text, record, index) => { - //项目状态 1-未发布 2-未开始 3-进行中 4-已完成 5-已中止 + //项目状态 1-未发布 2-未开始 3-进行中 4-已完成 if (text == 1) { return '未发布' } @@ -122,9 +123,6 @@ export default { if (text == 4) { return '已完成' } - if (text == 5) { - return '已中止' - } }, }, { title: '创建人员', key: 'createBy', dataIndex: 'createBy' }, @@ -132,7 +130,7 @@ export default { { title: '操作', width: 200, - align: 'right', + align: 'center', scopedSlots: { customRender: 'action' }, }, ], diff --git a/src/views/project/terminalTrain/TerminalTrainDetail.vue b/src/views/project/terminalTrain/TerminalTrainDetail.vue index a329aca..d33846a 100644 --- a/src/views/project/terminalTrain/TerminalTrainDetail.vue +++ b/src/views/project/terminalTrain/TerminalTrainDetail.vue @@ -8,10 +8,11 @@ {{ detailData.trainSdate }} 至 {{ detailData.trainEdate }} + {{ detailData.trainAddress }} {{ detailData.host }} {{ detailData.personNum }} {{ detailData.learningContent }} - {{ detailData.contact }}:{{ detailData.phone }} + {{ detailData.contact }}({{ detailData.phone }}) {{ detailData.remark }}