* [bug#57856,done,0.1h] set the default value of showEdit and showDelete to false in fileList.

This commit is contained in:
liumengyi
2024-12-30 09:51:11 +08:00
committed by 刘刚
parent 0dda3f9eed
commit 3fb660c4f7
+2 -2
View File
@@ -10,8 +10,8 @@ class fileList extends wg
'files?:array',
'fieldset?:bool=true',
'method?:string="view"',
'showDelete?:bool=true',
'showEdit?:bool=true',
'showDelete?:bool=false',
'showEdit?:bool=false',
'extra?:string=""',
'fileTitle?:string=""',
'object?:object',