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