Commit 4738f2ed by zhaochengxiang

名称修改

parent 1e500fcb
...@@ -469,13 +469,13 @@ const ModelTable = (props) => { ...@@ -469,13 +469,13 @@ const ModelTable = (props) => {
<div className='flex' style={{ height: 20, alignItems: 'center', marginBottom: 12 }}> <div className='flex' style={{ height: 20, alignItems: 'center', marginBottom: 12 }}>
<Paragraph style={{ overflow: 'hidden' }}> <Paragraph style={{ overflow: 'hidden' }}>
<Text className='title-color' ellipsis={true}> <Text className='title-color' ellipsis={true}>
数: 总数:
<Text className='text-color'>{(data||[]).length}</Text> <Text className='text-color'>{(data||[]).length}</Text>
</Text> </Text>
</Paragraph> </Paragraph>
<Paragraph style={{ overflow: 'hidden', marginLeft: 20 }}> <Paragraph style={{ overflow: 'hidden', marginLeft: 20 }}>
<Text className='title-color' ellipsis={true}> <Text className='title-color' ellipsis={true}>
已选数: 已选数:
<Text className='text-color'>{summarySelectedCount}</Text> <Text className='text-color'>{summarySelectedCount}</Text>
</Text> </Text>
</Paragraph> </Paragraph>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment