refactor: 参数属性

This commit is contained in:
2023-08-14 19:49:27 +08:00
parent 738fd09656
commit 388ef8351d
2 changed files with 25 additions and 15 deletions

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-08-14 18:52:56
* @LastEditTime: 2023-08-14 19:35:09
* @FilePath: \vue3\stories\SelectTransferModal.stories.ts
* @Description:
*
@ -37,7 +37,7 @@ const meta = {
title: '表单组件/SelectTransferModal',
tags: ['表单组件', 'autodocs'],
args: {
value: [2],
value: [],
show: false,
defaultParams: {},
formItems: [{ label: 'label1', prop: 'prop1' }, { label: 'label2', prop: 'prop2', selectOptions: [{ label: '1', value: '1' }, { label: '2', value: '2' }] }],