|
@@ -1002,7 +1002,7 @@ const showTools = {
|
|
|
) {
|
|
|
return {
|
|
|
data: item.Path,
|
|
|
- renderer: text.picType(...{},onlyRead),
|
|
|
+ renderer: text.picType,
|
|
|
readOnly: onlyRead
|
|
|
}
|
|
|
}
|
|
@@ -1097,7 +1097,7 @@ const showTools = {
|
|
|
) {
|
|
|
return {
|
|
|
data: item.Path,
|
|
|
- renderer: text.picType(...{},onlyRead),
|
|
|
+ renderer: text.picType,
|
|
|
readOnly: !item.Editable
|
|
|
}
|
|
|
}
|