修改页面缓存
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user