feat(prop): 隐藏操作列
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
* @Author: zhaojinfeng 121016171@qq.com
|
||||
* @Date: 2023-07-18 12:23:37
|
||||
* @LastEditors: zhaojinfeng 121016171@qq.com
|
||||
* @LastEditTime: 2023-07-21 21:45:15
|
||||
* @LastEditTime: 2023-07-22 15:51:39
|
||||
* @FilePath: \vue3\stories\UploadTable.stories.ts
|
||||
* @Description:
|
||||
*
|
||||
@ -42,6 +42,7 @@ const meta = {
|
||||
args: {
|
||||
accept: '.jpeg,.jpg,.png,.bmp',
|
||||
addText: '新增一行',
|
||||
hideActions: false,
|
||||
allowDelete: true,
|
||||
allowReplace: false,
|
||||
disabled: false,
|
||||
@ -68,6 +69,7 @@ const meta = {
|
||||
:allow-delete="args.allowDelete"
|
||||
:allow-replace="args.allowReplace"
|
||||
:hide-add="args.hideAdd"
|
||||
:hide-actions="args.hideActions"
|
||||
:label1="args.label1"
|
||||
:label2="args.label2"
|
||||
:label3="args.label3"
|
||||
|
Reference in New Issue
Block a user