[new feature] SubmitBar: add suffix-label prop

This commit is contained in:
陈嘉涵
2019-05-10 11:37:22 +08:00
parent 19efe4b316
commit 0f68edb8fd
7 changed files with 100 additions and 25 deletions
+2 -1
View File
@@ -66,7 +66,8 @@ Use slot to add custom contents.
| Attribute | Description | Type | Default |
|------|------|------|------|
| price | Price | `Number` | - |
| label | Price label | `String` | `合计` |
| label | Price left label | `String` | `Total` |
| suffix-label | Price right label | `String` | - |
| button-text | Button text | `String` | - |
| button-type | Button type | `String` | `danger` |
| tip | Tip | `String` | - |