yxk-20260625-巡视整改提升工作台账:
问题清单列表:父节点、是否根节点等无关信息去掉 问题责任领导、问题责任部门的选人选部门组件需要替换 任务清单:去掉操作栏的审批进度
This commit is contained in:
@@ -8,7 +8,8 @@ export const columns: BasicColumn[] = [
|
||||
{
|
||||
title: '问题名称',
|
||||
align: 'left',
|
||||
dataIndex: 'problemName'
|
||||
dataIndex: 'problemName',
|
||||
width: '320px',
|
||||
},
|
||||
{
|
||||
title: '类型',
|
||||
@@ -43,16 +44,16 @@ export const columns: BasicColumn[] = [
|
||||
align: 'center',
|
||||
dataIndex: 'secretLevel_dictText'
|
||||
},
|
||||
{
|
||||
title: '父节点ID',
|
||||
align: 'center',
|
||||
dataIndex: 'pid'
|
||||
},
|
||||
{
|
||||
title: '是否有子节点',
|
||||
align: 'center',
|
||||
dataIndex: 'hasChild'
|
||||
},
|
||||
// {
|
||||
// title: '父节点ID',
|
||||
// align: 'center',
|
||||
// dataIndex: 'pid'
|
||||
// },
|
||||
// {
|
||||
// title: '是否有子节点',
|
||||
// align: 'center',
|
||||
// dataIndex: 'hasChild'
|
||||
// },
|
||||
|
||||
{
|
||||
title: '问题编码/分类字典值',
|
||||
|
||||
Reference in New Issue
Block a user