@airpower/web 0.2.70 → 0.2.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -17396,6 +17396,7 @@ function useTableButton(params) {
|
|
|
17396
17396
|
return disableEdit ? disableEdit(row) : false;
|
|
17397
17397
|
}
|
|
17398
17398
|
function isDetailDisabled(row) {
|
|
17399
|
+
console.warn(`[ATable] 详情权限 (${detailPermission})`);
|
|
17399
17400
|
if (!hasPermission(detailPermission)) {
|
|
17400
17401
|
return true;
|
|
17401
17402
|
}
|