7f4a8ca0 by fanguang Committed by lihua

test

1 parent 1acc2fab
...@@ -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 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!