yxk-20260508-党委会列表点击直接查询反馈子表信息样式调试
This commit is contained in:
@@ -5,6 +5,12 @@ import { render } from '/@/utils/common/renderUtils';
|
||||
import { getWeekMonthQuarterYear } from '/@/utils';
|
||||
//列表数据
|
||||
export const columns: BasicColumn[] = [
|
||||
{
|
||||
title: '序号',
|
||||
align:"center",
|
||||
dataIndex: 'number',
|
||||
sorter: true,
|
||||
},
|
||||
{
|
||||
title: '督办次数',
|
||||
align:"center",
|
||||
@@ -22,11 +28,7 @@ export const columns: BasicColumn[] = [
|
||||
dataIndex: 'year',
|
||||
width: '60px',
|
||||
},
|
||||
{
|
||||
title: '序号',
|
||||
align:"center",
|
||||
dataIndex: 'number'
|
||||
},
|
||||
|
||||
{
|
||||
title: '会议时间',
|
||||
align:"center",
|
||||
@@ -35,6 +37,7 @@ export const columns: BasicColumn[] = [
|
||||
text = !text ? "" : (text.length > 10 ? text.substr(0,10) : text);
|
||||
return text;
|
||||
},
|
||||
sorter: true,
|
||||
},
|
||||
{
|
||||
title: '会议决议',
|
||||
@@ -110,21 +113,21 @@ export const columns: BasicColumn[] = [
|
||||
|
||||
//子表列表数据
|
||||
export const bgPartymatterFeedbackColumns: BasicColumn[] = [
|
||||
{
|
||||
title: '责任部门id',
|
||||
align:"center",
|
||||
dataIndex: 'responDeptid'
|
||||
},
|
||||
// {
|
||||
// title: '责任部门id',
|
||||
// align:"center",
|
||||
// dataIndex: 'responDeptid'
|
||||
// },
|
||||
{
|
||||
title: '责任部门名称',
|
||||
align:"center",
|
||||
dataIndex: 'responDeptname'
|
||||
},
|
||||
{
|
||||
title: '反馈人id',
|
||||
align:"center",
|
||||
dataIndex: 'responPersonid'
|
||||
},
|
||||
// {
|
||||
// title: '反馈人id',
|
||||
// align:"center",
|
||||
// dataIndex: 'responPersonid'
|
||||
// },
|
||||
{
|
||||
title: '反馈人姓名',
|
||||
align:"center",
|
||||
@@ -145,11 +148,11 @@ export const bgPartymatterFeedbackColumns: BasicColumn[] = [
|
||||
align:"center",
|
||||
dataIndex: 'bpmStatus'
|
||||
},
|
||||
{
|
||||
title: '外键',
|
||||
align:"center",
|
||||
dataIndex: 'mainId'
|
||||
},
|
||||
// {
|
||||
// title: '外键',
|
||||
// align:"center",
|
||||
// dataIndex: 'mainId'
|
||||
// },
|
||||
];
|
||||
|
||||
// 高级查询数据
|
||||
|
||||
Reference in New Issue
Block a user