修改页面缓存

This commit is contained in:
GGJ
2024-05-16 18:40:07 +08:00
parent cf621bafdf
commit bacf665b01
4 changed files with 39 additions and 31 deletions

View File

@@ -37,7 +37,7 @@ import { ElMessageBox } from 'element-plus/es'
import { cancelQuitRunningDevice } from '@/api/supervision-boot/device/quitRunningDev'
defineOptions({
name: 'businessUser'
name: 'supervision/retire'
})
const { push } = useRouter()
const deviceQuitPopup = ref()
@@ -62,7 +62,7 @@ const tableStore = new TableStore({
{ title: '供电公司', field: 'gdName', minWidth: 130 },
{ title: '变电站', field: 'subName', minWidth: 130 },
{ title: '设备名称', field: 'deviceName', minWidth: 130 },
{ title: '资产编号', field: 'propertyNo', minWidth: 130 },
{ title: '退役原因', field: 'propertyNo', minWidth: 130 },
{
title: '设备状态', field: 'deviceStatus', minWidth: 130,
render: 'tag',