Merge branch 'develop-fan' into develop
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -565,7 +565,7 @@ const drawerInfo: any = ref({ | ... | @@ -565,7 +565,7 @@ const drawerInfo: any = ref({ |
| 565 | btns: [ | 565 | btns: [ |
| 566 | { type: 'default', label: '取消', value: 'cancel' }, | 566 | { type: 'default', label: '取消', value: 'cancel' }, |
| 567 | { type: 'primary', label: '保存', value: 'submit' }, | 567 | { type: 'primary', label: '保存', value: 'submit' }, |
| 568 | { type: 'primary', label: '保存并添加数据', value: 'saveAndAdd', visible: true }, | 568 | { type: 'primary', label: '保存并添加数据', value: 'submit', visible: true }, |
| 569 | ] | 569 | ] |
| 570 | }, | 570 | }, |
| 571 | }) | 571 | }) | ... | ... |
-
Please register or sign in to post a comment