feat: disabledButton

This commit is contained in:
2023-12-14 16:11:42 +08:00
parent 7dd5e8d0fb
commit a2be25cb40

View File

@ -2,7 +2,7 @@
* @Author: zhaojinfeng 121016171@qq.com
* @Date: 2023-08-14 11:07:15
* @LastEditors: zhaojinfeng 121016171@qq.com
* @LastEditTime: 2023-09-13 18:30:32
* @LastEditTime: 2023-12-14 16:10:59
* @FilePath: \vue3\stories\SelectTransferModal.stories.ts
* @Description:
*
@ -39,6 +39,7 @@ const meta = {
args: {
value: [],
show: false,
disabledButton: false,
defaultParams: {},
formItems: [{ label: 'label1', prop: 'prop1' }, { label: 'label2', prop: 'prop2', selectOptions: [{ label: '1', value: '1' }, { label: '2', value: '2' }] }],
request,