loadcaseTable加上readonly

This commit is contained in:
weibl
2025-12-01 13:59:00 +08:00
parent 1e957c2d51
commit 1f7de49d25

View File

@@ -423,6 +423,9 @@ const deleteTableRowFun = async(row: any) => {
// });
};
const actionList = computed(() => {
if (props.readonly) {
return [];
}
if (!props.hasOperationColumn) {
return [];
}