diff --git a/src/views/project/terminalTrain/TerminalTrainDetail.vue b/src/views/project/terminalTrain/TerminalTrainDetail.vue index b1836a4..a329aca 100644 --- a/src/views/project/terminalTrain/TerminalTrainDetail.vue +++ b/src/views/project/terminalTrain/TerminalTrainDetail.vue @@ -16,7 +16,7 @@
- 修 改 信 息 + 修 改 信 息 会议签到信息
diff --git a/src/views/project/terminalTrain/TerminalTrainList.vue b/src/views/project/terminalTrain/TerminalTrainList.vue index 6be09d5..c006384 100644 --- a/src/views/project/terminalTrain/TerminalTrainList.vue +++ b/src/views/project/terminalTrain/TerminalTrainList.vue @@ -5,12 +5,9 @@ :form="queryParam" :list="queryOptions" @search="handleRefresh" - @reset=" - () => { - ;(queryParam = {}), handleRefresh() - } - " + @reset="() => {;(queryParam = {}), handleRefresh()}" > +
新增项目 @@ -33,18 +30,18 @@ - + 发布 详情 - + 编辑 @@ -90,7 +87,7 @@ export default { return record.signNum + ' / ' + record.personNum }, }, - { title: '培训类型', width: 'auto', align: 'center', dataIndex: 'projectType', key: 'projectType' }, + // { title: '培训类型', width: 'auto', align: 'center', dataIndex: 'projectType', key: 'projectType' }, { title: '项目状态', width: 'auto', align: 'center', dataIndex: 'status', key: 'status', customRender: (text, record, index) => { if (text == '1') return '未发布' @@ -115,7 +112,7 @@ export default { computed: { queryOptions: function () { return [ - { type: 'input', placeholder: '项目名称', key: 'projectName' }, + { type: 'input', placeholder: '项目名称', key: 'name' }, /** 培训状态:1-未发布 2-未开始 3-进行中 4-已结束 5-已中止 */ { type: 'select',