[1078] 增加多媒体文件检索

This commit is contained in:
lin
2025-07-23 23:30:48 +08:00
parent 4cc399ce39
commit ee52b43c99
5 changed files with 233 additions and 6 deletions

View File

@@ -100,8 +100,6 @@
设备录像</el-dropdown-item>
<el-dropdown-item command="cloudRecords" :disabled="device == null || !device.status">
云端录像</el-dropdown-item>
<el-dropdown-item command="searchData" v-bind:disabled="device == null || !device.status" >
数据检索</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</template>