| | |
| | | <el-button type="primary" size="small">放弃</el-button> |
| | | <el-button type="primary" size="small">保存</el-button> |
| | | <el-divider direction="vertical"></el-divider> |
| | | <el-button type="primary" size="small">退出</el-button> |
| | | <el-button type="primary" size="small" @click="quitClick">退出</el-button> |
| | | </div> |
| | | <div class="t-right"> |
| | | <div class="t-right-circle" :class="isDeviceConnectStatus ? 't-r-bg-green ' : 't-r-bg-red '"></div> |
| | |
| | | if (this.isDeviceConnectStatus) { |
| | | this.$refs.addProductDialog.editDialogVisible = true |
| | | } |
| | | }, |
| | | // 退出 |
| | | quitClick() { |
| | | this.$router.go(-1) |
| | | } |
| | | } |
| | | } |