yxk-20260601-bug修复
1、党委会反馈时,默认选择已完成、完成时间为当前时间 2、反馈信息化流程bpm表单中,附件高度过高的问题修改
This commit is contained in:
@@ -50,7 +50,7 @@ export const columns: BasicColumn[] = [
|
||||
{
|
||||
title: '事项截止时间',
|
||||
align: 'center',
|
||||
width: 120,
|
||||
width: 180,
|
||||
dataIndex: 'deadline',
|
||||
customRender: ({ text, record }) => {
|
||||
const value = !text ? '' : text.length > 10 ? text.substr(0, 10) : text;
|
||||
|
||||
Reference in New Issue
Block a user