yxk-20260730
改善提案 列表样式调整
This commit is contained in:
@@ -16,7 +16,15 @@ export const columns: BasicColumn[] = [
|
|||||||
{
|
{
|
||||||
title: '提案名称',
|
title: '提案名称',
|
||||||
align:"center",
|
align:"center",
|
||||||
dataIndex: 'proposalName'
|
dataIndex: 'proposalName',
|
||||||
|
width:250
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '提案类别',
|
||||||
|
align:"center",
|
||||||
|
dataIndex: 'proposalCategory_dictText',
|
||||||
|
width:110
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '最终奖项',
|
title: '最终奖项',
|
||||||
@@ -63,13 +71,7 @@ export const columns: BasicColumn[] = [
|
|||||||
width:110
|
width:110
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: '提案类别',
|
|
||||||
align:"center",
|
|
||||||
dataIndex: 'proposalCategory_dictText',
|
|
||||||
width:110
|
|
||||||
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: '问题描述',
|
title: '问题描述',
|
||||||
align:"center",
|
align:"center",
|
||||||
|
|||||||
Reference in New Issue
Block a user