yxk-20260527-巡视整改提升台账,问题清单树形结构改造
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user