diff --git a/src/pages/InRoadMgm/PersonMgm/AuditMgm/AuditConf/loadable.jsx b/src/pages/InRoadMgm/PersonMgm/AuditMgm/AuditConf/loadable.jsx index 523dd82..99734c0 100644 --- a/src/pages/InRoadMgm/PersonMgm/AuditMgm/AuditConf/loadable.jsx +++ b/src/pages/InRoadMgm/PersonMgm/AuditMgm/AuditConf/loadable.jsx @@ -57,10 +57,9 @@ function AuditConf() { }, { title: "所属运营商", - dataIndex: "belong_operator", - key: "belong_operator", + dataIndex: "operator_name", + key: "operator_name", align: "center", - render: () => currentOperatorName, }, { title: "操作", @@ -225,6 +224,7 @@ function AuditConf() {