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