Browse Source

fix: 查看图表限制放开

master
guoapeng 2 weeks ago
parent
commit
4ce4ae146f
  1. 2
      src/components/home/HomeSetting.vue

2
src/components/home/HomeSetting.vue

@ -157,7 +157,7 @@ const onCloseRuntime = () => {
</script> </script>
<template> <template>
<el-button type="primary" :disabled="deviceState" @click="onShowChart">
<el-button type="primary" @click="onShowChart">
查看图表 查看图表
</el-button> </el-button>
<el-button v-if="deviceState" style="margin: 0" @click="onDisinfectConfig()"> <el-button v-if="deviceState" style="margin: 0" @click="onDisinfectConfig()">

Loading…
Cancel
Save