同步过来的数据不能查看样例数据,不能编辑删除
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -627,6 +627,7 @@ const assetDataTableInfo = ref({ | ... | @@ -627,6 +627,7 @@ const assetDataTableInfo = ref({ |
| 627 | }) | 627 | }) |
| 628 | } | 628 | } |
| 629 | }); | 629 | }); |
| 630 | if (!detailInfo.value.nodeId) { | ||
| 630 | btns.push({ | 631 | btns.push({ |
| 631 | label: "查看样例数据", value: "viewData", click: (scope) => { | 632 | label: "查看样例数据", value: "viewData", click: (scope) => { |
| 632 | let row = scope.row; | 633 | let row = scope.row; |
| ... | @@ -643,6 +644,7 @@ const assetDataTableInfo = ref({ | ... | @@ -643,6 +644,7 @@ const assetDataTableInfo = ref({ |
| 643 | } | 644 | } |
| 644 | }); | 645 | }); |
| 645 | } | 646 | } |
| 647 | } | ||
| 646 | return btns; | 648 | return btns; |
| 647 | } | 649 | } |
| 648 | } | 650 | } | ... | ... |
-
Please register or sign in to post a comment