From a81d8dd80e090f7f31ab47f58b8febbca7667ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E9=BB=91?= <6585077+djjkai@user.noreply.gitee.com> Date: Tue, 23 Dec 2025 14:20:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BE=85=E5=8A=9E=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/custom/apaas-custom-mydemo/custom-page/reportList.vue | 4 ++-- src/custom/apaas-custom-mydemo/custom-page/todo.vue | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/custom/apaas-custom-mydemo/custom-page/reportList.vue b/src/custom/apaas-custom-mydemo/custom-page/reportList.vue index f56bb59..af47277 100644 --- a/src/custom/apaas-custom-mydemo/custom-page/reportList.vue +++ b/src/custom/apaas-custom-mydemo/custom-page/reportList.vue @@ -586,12 +586,12 @@ export default { colConfigs: [ { prop: 'title', label: '标题', showOverflowTooltip: true, minWidth: '140' }, { - prop: 'userName', + prop: 'username', label: '申请人', showOverflowTooltip: true, minWidth: '160' }, - { prop: 'createTime', label: '申请时间', showOverflowTooltip: true, minWidth: '160' }, + { prop: 'createdTime', label: '申请时间', showOverflowTooltip: true, minWidth: '160' }, { prop: 'status', label: '状态', diff --git a/src/custom/apaas-custom-mydemo/custom-page/todo.vue b/src/custom/apaas-custom-mydemo/custom-page/todo.vue index aef005c..c5f7c75 100644 --- a/src/custom/apaas-custom-mydemo/custom-page/todo.vue +++ b/src/custom/apaas-custom-mydemo/custom-page/todo.vue @@ -135,15 +135,14 @@ export default { return { rowDraggable: false, colConfigs: [ - { prop: 'documentNo', label: '单据编号', showOverflowTooltip: true, minWidth: '140' }, + // { prop: 'documentNo', label: '单据编号', showOverflowTooltip: true, minWidth: '140' }, { prop: 'processTitle', label: '流程主题', showOverflowTooltip: true, minWidth: '160' }, { prop: 'currentNode', label: '当前环节', showOverflowTooltip: true, minWidth: '140' }, // { prop: 'statusCode', label: '状态代号', showOverflowTooltip: true, minWidth: '120' }, - { prop: 'modelName', label: '产品型号', showOverflowTooltip: true, minWidth: '120' }, + // { prop: 'modelName', label: '产品型号', showOverflowTooltip: true, minWidth: '120' }, + { prop: 'partsName', label: '当前处理人', showOverflowTooltip: true, minWidth: '120' }, { prop: 'createdBy', label: '创建人', showOverflowTooltip: true, minWidth: '120' }, { prop: 'creationDate', label: '创建时间', showOverflowTooltip: true, minWidth: '160', align: 'center', formatter: this.formatDateTime }, - { prop: 'dataType', label: '数据类型', showOverflowTooltip: true, minWidth: '120' }, - { prop: 'versionNumber', label: '版本', showOverflowTooltip: true, minWidth: '100', align: 'center' }, { prop: 'options', label: '操作', customSlot: 'options', align: 'center', width: '100', fixed: 'right' } ], seqType: '',