yxk-20260527-巡视整改提升台账,问题清单树形结构改造

This commit is contained in:
ye1023
2026-05-27 16:40:34 +08:00
parent ba6925aab5
commit 157d633272
4 changed files with 125 additions and 44 deletions
@@ -5,6 +5,14 @@ import { render } from '/@/utils/common/renderUtils';
import { getWeekMonthQuarterYear } from '/@/utils';
//列表数据
export const columns: BasicColumn[] = [
{
title: '类型',
align: 'center',
dataIndex: 'nodeType',
customRender: ({ text }) => {
return render.renderDict(text, 'super_dq_ins_type');
},
},
{
title: '密级',
align: 'center',
@@ -25,11 +33,7 @@ export const columns: BasicColumn[] = [
align: 'center',
dataIndex: 'hasChild'
},
{
title: '节点类型:category/surface/specific',
align: 'center',
dataIndex: 'nodeType'
},
{
title: '问题名称',
align: 'left',