zhangzengfei
2022-08-23 e37e45cfe1123928dba5d9c5a427b0ee497b7ad6
修复算法配置的字段内容
2个文件已修改
15 ■■■■ 已修改文件
src/views/hashrate/AlgManage/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hashrate/CameraManage/CameraRules/components/AddRuleBox.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hashrate/AlgManage/index.vue
@@ -422,15 +422,15 @@
    .update {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 140px;
      height: 40px;
      top: 6px;
      right: 165px;
      width: 112px;
      height: 32px;
      background: #0065ff;
      color: #fff;
      font-size: 14px;
      /* font-size: 15px; */
      font-weight: 700;
      line-height: 40px;
      line-height: 33px;
      text-align: center;
    }
src/views/hashrate/CameraManage/CameraRules/components/AddRuleBox.vue
@@ -1,7 +1,7 @@
<template>
  <div class="AddBox">
    <div class="title">
      {{ editData.type ? "修改" : "添加" }}{{ editData.type === "separate" ? "独立" : "联动" }}场景
      {{ editData.type ? "修改" : "添加" }}{{ type === "separate" ? "独立" : "联动" }}场景
    </div>
    <div class="close iconfont" @click="close">&#xe60f;</div>
@@ -74,6 +74,7 @@
    TimeSlider
  },
  mounted() {
    console.log(this.editData)
    this.getSounds()
    this.eventAudio.addEventListener("ended", () => {
      this.togglePlay = true