feat: 工单系统优化 - 修复自动跳转问题并添加用户筛选功能 #18

Merged
shiran merged 94 commits from master into deploy 2026-06-02 17:54:48 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1b44186e44 - Show all commits
+1 -1
View File
@@ -1791,7 +1791,7 @@ const handleDeleteVmNetwork = (row) => {
const handleSetVmNetworkPrimary = (row) => {
ElMessageBox.confirm(
`将「${row.address || row.name}」设为主IP?设置后将触发 CloudInit 重建并重启虚拟机。`,
`将「${row.address || row.name}」设为主IP?设置后将重启虚拟机。`,
'设置主IP', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' }
).then(async () => {
try {
+1 -1
View File
@@ -2939,7 +2939,7 @@ const handleNetDelete = (row) => {
const handleSetPrimary = (row) => {
ElMessageBox.confirm(
`将「${row.address || row.name}」设为主IP?设置后将触发 CloudInit 重建并重启虚拟机。`,
`将「${row.address || row.name}」设为主IP?设置后将重启虚拟机。`,
'设置主IP', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' }
).then(async () => {
try {