| | |
| | | <el-input v-model="operate_password" disabled></el-input> |
| | | </el-dialog> |
| | | |
| | | <el-dialog title="注销" class="zx-cancel" append-to-body v-model="cancenOperate" width="460px"> |
| | | <div style="display: flex;justify-content: center;margin-bottom: 10px;">注销 |
| | | <span style="color:cornflowerblue;font-weight: bolder;margin: 0px 4px;"> |
| | | <el-dialog title="注销" class="ztzf-dialog-mange zx-cancel" append-to-body v-model="cancenOperate" width="560px"> |
| | | <div class="txt-contain"> |
| | | <img :src="warnSvg" />注销 |
| | | <span class="name"> |
| | | {{ cancelSNName }} |
| | | </span> 设备可能会影响相关数据,确认注销吗?</div> |
| | | <div style="display: flex;justify-content: center;color:red;font-size: 12px;">*删除相关图片、视频、事件</div> |
| | | </span> 设备可能会影响相关数据,确认注销吗? |
| | | </div> |
| | | <div class="delete-txt">*删除相关图片、视频、事件</div> |
| | | <template #footer> |
| | | <span class="dialog-footer" style="display: flex;justify-content: center;"> |
| | | <span class="dialog-footer"> |
| | | <el-button @click="cancenOperate = false">取 消</el-button> |
| | | <el-button type="primary" @click="cancenOperateDo">确 定</el-button> |
| | | </span> |
| | |
| | | import DockControlPanel from './components/DockControlPanel.vue' |
| | | import { getWebsocketUrl } from '@/utils/websocket/config'; |
| | | import ConnectWebSocket from '@/utils/websocket'; |
| | | import warnSvg from '@/assets/images/warn.svg' |
| | | |
| | | export default { |
| | | components: { |
| | | FirmwareManage, |
| | |
| | | password: [{ required: true, validator: validatePass, trigger: 'blur' }], |
| | | password2: [{ required: true, validator: validatePass2, trigger: 'blur' }], |
| | | }, |
| | | warnSvg: warnSvg, |
| | | cancelSNName: '', |
| | | cancenOperate: false, |
| | | cancenOperateRow: {}, |
| | |
| | | right: 30px; |
| | | } |
| | | |
| | | .force-center-dialog .el-dialog { |
| | | |
| | | } |
| | | .zx-cancel { |
| | | .txt-contain { |
| | | display: flex; |
| | | justify-content: center; |
| | | margin-bottom: 20px; |
| | | font-family: Source Han Sans CN, Source Han Sans CN; |
| | | font-weight: 400; |
| | | font-size: 14px; |
| | | img { |
| | | width: 20px; |
| | | height: 20px; |
| | | } |
| | | .name { |
| | | color: #0E8BFF; |
| | | margin-left: 6px; |
| | | margin-right: 6px; |
| | | } |
| | | |
| | | } |
| | | .delete-txt { |
| | | font-family: Source Han Sans CN, Source Han Sans CN; |
| | | font-weight: 400; |
| | | display: flex; |
| | | justify-content: center; |
| | | color: #FF0000; |
| | | font-size: 12px; |
| | | margin-bottom: 20px; |
| | | } |
| | | } |
| | | |
| | | </style> |