From 5cacbcb3b21914fdfc1e9fd92552c48db31ca6ef Mon Sep 17 00:00:00 2001 From: fengxiang <361798944@qq.com> Date: Fri, 15 Dec 2023 15:17:59 +0800 Subject: [PATCH] =?UTF-8?q?fix():=20=E5=AE=A2=E8=AF=89=E5=B7=A5=E5=8D=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomerServieMgm/ComplainManage/loadable.jsx | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/pages/OperationCenter/CustomerServieMgm/ComplainManage/loadable.jsx b/src/pages/OperationCenter/CustomerServieMgm/ComplainManage/loadable.jsx index b3e851a..c7c8620 100644 --- a/src/pages/OperationCenter/CustomerServieMgm/ComplainManage/loadable.jsx +++ b/src/pages/OperationCenter/CustomerServieMgm/ComplainManage/loadable.jsx @@ -253,41 +253,51 @@ function ComplainManage(props) { { title: "工单编号", dataIndex: "order_num", + align: "center", }, { title: "来源", dataIndex: "source_name", + align: "center", }, { title: "联系人", dataIndex: "person", + align: "center", }, { title: "联系电话", dataIndex: "phone", + align: "center", }, { title: "工单类型", dataIndex: "order_type_name", + align: "center", }, { title: "派单时间", dataIndex: "send_time", + align: "center", }, { title: "截止时间", dataIndex: "end_time", + align: "center", }, { title: "创建人", dataIndex: "founder", + align: "center", }, { title: "状态", dataIndex: "status_name", + align: "center", }, { title: "操作", + align: "center", render: (val, row, index) => { // 1-未处理,2-跟进中,3-已办结 const items = [ @@ -312,6 +322,7 @@ function ComplainManage(props) { }, }, ]; + // 操作 const clickDropDown = (param, record) => { // console.log(param.key, record); @@ -418,6 +429,7 @@ function ComplainManage(props) { setIsAjax(!isAjax); }, }; + // 弹窗-分页 const paginationProps1 = { className: "pagination-common", @@ -440,6 +452,7 @@ function ComplainManage(props) { getRecordData(obj); }, }; + // 弹窗-分页 const paginationProps2 = { className: "pagination-common", @@ -529,6 +542,7 @@ function ComplainManage(props) { align: "center", }, ]; + // 列表2 const columns2 = [ { @@ -562,6 +576,7 @@ function ComplainManage(props) { align: "center", }, ]; + // 列表3 const columns3 = [ { @@ -664,6 +679,7 @@ function ComplainManage(props) { setVisible5(true); } }; + // 操作 const clickDropDown2 = (param, record) => { // console.log(param.key, record); @@ -750,9 +766,8 @@ function ComplainManage(props) { if (flag == 1) { setIsDeal(true); getDetail(res?.data); - } else { - setIsAjax(!isAjax); } + setIsAjax(!isAjax); } else { message.error(res?.message); } @@ -1230,6 +1245,7 @@ function ComplainManage(props) { ); } + // 设置模版 function renderSetHtml() { return (