loadcaseTable加上readonly
This commit is contained in:
@@ -423,6 +423,9 @@ const deleteTableRowFun = async(row: any) => {
|
||||
// });
|
||||
};
|
||||
const actionList = computed(() => {
|
||||
if (props.readonly) {
|
||||
return [];
|
||||
}
|
||||
if (!props.hasOperationColumn) {
|
||||
return [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user