Commit 7af2d7f2 authored by hubaoshan's avatar hubaoshan

灭火器详情显示bug

parent 3f620fc0
...@@ -237,8 +237,8 @@ const handleSortChange = (data) => { ...@@ -237,8 +237,8 @@ const handleSortChange = (data) => {
<el-form ref="form" :model="singleDetails" size="small" label-width="90px" class="my-custom-form"> <el-form ref="form" :model="singleDetails" size="small" label-width="90px" class="my-custom-form">
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="设备名称:" prop="relateDeviceId"> <el-form-item label="设备名称:" prop="srcName">
<span>{{ singleDetails.relateDeviceId || '-' }}</span> <span>{{ singleDetails.srcName || '-' }}</span>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
......
<script setup> <script setup>
import {reactive, ref, onMounted, watch} from "vue"; import {reactive, ref, onMounted, watch} from "vue";
import {getPipListHistoryData} from "../../../api/AIStation/PipelineTemp.js"; import {getAudio, getRecycleListHistoryData} from "../../../api/AIStation/RecyclePump.js";
import {getAudio,getRecycleListAlarmData, getRecycleListHistoryData} from "../../../api/AIStation/RecyclePump.js";
import store from "../../../store/index.js";
import WaveSurfer from 'wavesurfer.js'; import WaveSurfer from 'wavesurfer.js';
import TimelinePlugin from 'wavesurfer.js/dist/plugin/wavesurfer.timeline'; import TimelinePlugin from 'wavesurfer.js/dist/plugin/wavesurfer.timeline';
import RegionsPlugin from 'wavesurfer.js/dist/plugin/wavesurfer.regions'; import RegionsPlugin from 'wavesurfer.js/dist/plugin/wavesurfer.regions';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment