|
|
@ -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() { |
|
|
|
<Select |
|
|
|
style={{ width: "100%" }} |
|
|
|
options={operatorList} |
|
|
|
value={getValueId||'0'} |
|
|
|
onChange={(value, option) => { |
|
|
|
setGetValueId(value); |
|
|
|
getEvidenceByOperator(value); |
|
|
@ -242,7 +242,7 @@ function AuditConf() { |
|
|
|
<div className="total-row-wrapper"> |
|
|
|
<span className="number-wrapper"> |
|
|
|
<span className="letter">共查询到</span> |
|
|
|
<span className="total-number"> { }</span> |
|
|
|
<span className="total-number"> {total }</span> |
|
|
|
<span className="letter">条结果</span> |
|
|
|
</span> |
|
|
|
<Button |
|
|
|