yxk-20260601-bug修复

1、党委会反馈时,默认选择已完成、完成时间为当前时间
2、反馈信息化流程bpm表单中,附件高度过高的问题修改
This commit is contained in:
ye1023
2026-06-01 16:00:51 +08:00
parent 8844ff27a5
commit 5ea9c5fa86
5 changed files with 32 additions and 6 deletions
@@ -15,7 +15,7 @@
import { list as queryApprovalOpinionList } from '/@/views/taskApprovalOpinion/TaskApprovalOpinion.api';
const approvalHistoryColumns: BasicColumn[] = [
{ title: '节点名称', dataIndex: 'taskName', width: 160, align: 'center' },
{ title: '节点名称', dataIndex: 'taskName', width: 160, align: 'left' },
{ title: '开始时间', dataIndex: 'startTime', width: 170, align: 'center' },
{ title: '办理时间', dataIndex: 'opTime', width: 170, align: 'center' },
{