@@ -1,6 +1,6 @@
{
"name": "@didi/platformui",
- "version": "0.1.72",
+ "version": "0.1.73",
"description": "A platformui",
"main": "dist/bundle.js",
"author": "wenbobowen",
@@ -35,6 +35,7 @@ export default function DetialTable(props) {
// showSizeChanger: true,
pageSize,
total,
+ showTotal: total => `共 ${total} 条`
}}
scroll={scroll}
onExpand={onExpand}
@@ -69,6 +69,7 @@ export default function SelectDetialTable(props) {
current: curIndex,
rowSelection={rowSelection}