eece0e09 by lihua

同步过来的数据不能查看样例数据,不能编辑删除

1 parent 1fb590f9
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!