yxk-20260507-党委会表单字典添加:年份、密级、完成状态、紧急程度
This commit is contained in:
@@ -8,17 +8,18 @@ export const columns: BasicColumn[] = [
|
||||
{
|
||||
title: '督办次数',
|
||||
align:"center",
|
||||
dataIndex: 'superviseCount'
|
||||
dataIndex: 'superviseCount',
|
||||
width: '100px',
|
||||
},
|
||||
{
|
||||
title: '事项名称',
|
||||
align:"center",
|
||||
dataIndex: 'title'
|
||||
},
|
||||
{
|
||||
title: '年份',
|
||||
align:"center",
|
||||
dataIndex: 'year',
|
||||
},
|
||||
{
|
||||
title: '密级',
|
||||
align:"center",
|
||||
dataIndex: 'secretLevel_dictText',
|
||||
dataIndex: 'year_dictText',
|
||||
},
|
||||
{
|
||||
title: '序号',
|
||||
@@ -34,11 +35,6 @@ export const columns: BasicColumn[] = [
|
||||
return text;
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '事项名称',
|
||||
align:"center",
|
||||
dataIndex: 'title'
|
||||
},
|
||||
{
|
||||
title: '会议决议',
|
||||
align:"center",
|
||||
@@ -59,11 +55,6 @@ export const columns: BasicColumn[] = [
|
||||
align:"center",
|
||||
dataIndex: 'actualExect'
|
||||
},
|
||||
{
|
||||
title: '完成状态',
|
||||
align:"center",
|
||||
dataIndex: 'bpmStatus'
|
||||
},
|
||||
{
|
||||
title: '要求完成日期',
|
||||
align:"center",
|
||||
@@ -76,34 +67,44 @@ export const columns: BasicColumn[] = [
|
||||
{
|
||||
title: '紧急程度',
|
||||
align:"center",
|
||||
dataIndex: 'urgencyLevel',
|
||||
dataIndex: 'urgencyLevel_dictText',
|
||||
},
|
||||
{
|
||||
title: '是否需要所办领导审批',
|
||||
title: '密级',
|
||||
align:"center",
|
||||
dataIndex: 'isNeedAppro',
|
||||
customRender:({text}) => {
|
||||
return render.renderSwitch(text, [{text:'是',value:'1'},{text:'否',value:'0'}])
|
||||
},
|
||||
dataIndex: 'secretLevel_dictText',
|
||||
},
|
||||
{
|
||||
title: '所办领导',
|
||||
title: '完成状态',
|
||||
align:"center",
|
||||
dataIndex: 'supDeptleaderid_dictText'
|
||||
},
|
||||
{
|
||||
title: '是否抄送所领导',
|
||||
align:"center",
|
||||
dataIndex: 'isNeedSuoleader',
|
||||
customRender:({text}) => {
|
||||
return render.renderSwitch(text, [{text:'是',value:'1'},{text:'否',value:'0'}])
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '抄送所领导',
|
||||
align:"center",
|
||||
dataIndex: 'suoleaderid_dictText'
|
||||
dataIndex: 'bpmStatus_dictText'
|
||||
},
|
||||
// {
|
||||
// title: '是否需要所办领导审批',
|
||||
// align:"center",
|
||||
// dataIndex: 'isNeedAppro',
|
||||
// customRender:({text}) => {
|
||||
// return render.renderSwitch(text, [{text:'是',value:'1'},{text:'否',value:'0'}])
|
||||
// },
|
||||
// },
|
||||
// {
|
||||
// title: '所办领导',
|
||||
// align:"center",
|
||||
// dataIndex: 'supDeptleaderid_dictText'
|
||||
// },
|
||||
// {
|
||||
// title: '是否抄送所领导',
|
||||
// align:"center",
|
||||
// dataIndex: 'isNeedSuoleader',
|
||||
// customRender:({text}) => {
|
||||
// return render.renderSwitch(text, [{text:'是',value:'1'},{text:'否',value:'0'}])
|
||||
// },
|
||||
// },
|
||||
// {
|
||||
// title: '抄送所领导',
|
||||
// align:"center",
|
||||
// dataIndex: 'suoleaderid_dictText'
|
||||
// },
|
||||
];
|
||||
|
||||
//子表列表数据
|
||||
|
||||
Reference in New Issue
Block a user