eece0e09 by lihua

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

1 parent 1fb590f9
......@@ -627,6 +627,7 @@ const assetDataTableInfo = ref({
})
}
});
if (!detailInfo.value.nodeId) {
btns.push({
label: "查看样例数据", value: "viewData", click: (scope) => {
let row = scope.row;
......@@ -643,6 +644,7 @@ const assetDataTableInfo = ref({
}
});
}
}
return btns;
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!