yxk-20260420-党委会添加密级字段
This commit is contained in:
@@ -8,7 +8,12 @@ export const columns: BasicColumn[] = [
|
||||
{
|
||||
title: '年份',
|
||||
align:"center",
|
||||
dataIndex: 'year'
|
||||
dataIndex: 'year',
|
||||
},
|
||||
{
|
||||
title: '密级',
|
||||
align:"center",
|
||||
dataIndex: 'secretLevel_dictText',
|
||||
},
|
||||
{
|
||||
title: '序号',
|
||||
@@ -71,7 +76,7 @@ export const columns: BasicColumn[] = [
|
||||
{
|
||||
title: '紧急程度',
|
||||
align:"center",
|
||||
dataIndex: 'urgencyLevel'
|
||||
dataIndex: 'urgencyLevel',
|
||||
},
|
||||
{
|
||||
title: '是否需要所办领导审批',
|
||||
|
||||
Reference in New Issue
Block a user