|
|
@ -429,11 +429,7 @@ function ConfMes(props) { |
|
|
|
</div> |
|
|
|
<div className="sys-container-right"> |
|
|
|
<div className="sys-table-content"> |
|
|
|
<ResultFlowResult |
|
|
|
ajaxLoad={loading} |
|
|
|
resultData={resultData?.list || []} |
|
|
|
> |
|
|
|
<div className="result-info-row"> |
|
|
|
<div className="result-info-row"> |
|
|
|
<div>共检索到 {resultData.totalRecords} 条数据</div> |
|
|
|
<Button |
|
|
|
className="add-btn" |
|
|
@ -443,6 +439,10 @@ function ConfMes(props) { |
|
|
|
消息配置 |
|
|
|
</Button> |
|
|
|
</div> |
|
|
|
<ResultFlowResult |
|
|
|
ajaxLoad={loading} |
|
|
|
resultData={resultData?.list || []} |
|
|
|
> |
|
|
|
<Table |
|
|
|
className='sys-table' |
|
|
|
dataSource={resultData?.list || []} |
|
|
|