模式切换

This commit is contained in:
sjl
2024-12-05 11:07:45 +08:00
parent 9e8cdaead6
commit 2878dce69d
11 changed files with 156 additions and 26 deletions

View File

@@ -74,9 +74,9 @@ const columns = ref<ColumnProps<ErrorSystem.ErrorSystemList>[]>([
// 打开 drawer(新增、编辑)
const openDialog = (titleType: string, row: Partial<ErrorSystem.ErrorSystemList> = {}) => {
if(titleType == 'view'){
//errorStandardPopup.value?.open(row.name, row)
errorStandardPopup.value?.open(row.name, row)
}else{
//errorSystemPopup.value?.open(titleType, row)
errorSystemPopup.value?.open(titleType, row)
}