From f98cf790b828a2a0ec138c3bccf150124b2f94c9 Mon Sep 17 00:00:00 2001 From: zhangyx <1254353766@qq.com> Date: Mon, 5 Sep 2022 11:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=A1=A8=E6=A0=BC=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EvalSiteManage/PersonReport/index.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/pages/ElecEvaluation/EvalSiteManage/PersonReport/index.tsx b/src/pages/ElecEvaluation/EvalSiteManage/PersonReport/index.tsx index 7fdc96e..7aff0ed 100644 --- a/src/pages/ElecEvaluation/EvalSiteManage/PersonReport/index.tsx +++ b/src/pages/ElecEvaluation/EvalSiteManage/PersonReport/index.tsx @@ -22,25 +22,31 @@ const PersonReport: React.FC<{}> = () => { { title: '项目名称', dataIndex: 'projectName', + width: '20%', }, { title: '项目编号', dataIndex: 'projectNum', + width: '12%', search: false, }, { title: '标段名称', dataIndex: 'packageNames', + width: '20%', + ellipsis: true, search: false, }, { title: '评审室名称', dataIndex: 'areaName', + width: '12%', search: false, }, { title: '评审室状态', dataIndex: 'status', + width: 90, valueEnum: { 0: { text: '未开启' }, 1: { text: '进行中' }, @@ -53,18 +59,21 @@ const PersonReport: React.FC<{}> = () => { title: '预约开始时间', dataIndex: 'reserveStartDate', valueType: 'dateTime', + width: '9.5%', search: false, }, { title: '预约结束时间', dataIndex: 'reserveEndDate', valueType: 'dateTime', + width: '9.5%', search: false, }, { title: '报道状态', dataIndex: 'reportStatus', search: false, + width: 75, valueEnum: { "all": { text: '全部报道' }, "half": { text: '部分报道' }, @@ -74,6 +83,7 @@ const PersonReport: React.FC<{}> = () => { { title: '操作', search: false, + width: 80, render: (text: any, record: any) => { return ( <>