Commit 5c77a1bc authored by 胡占生's avatar 胡占生 🇨🇳

fix: 菜单排序修改,点位管理回显修复,增加操作提示信息,增加视频流的拉流状态显示

parent 2bc52631
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="app-container home"> <div class="app-container home">
<TabTitle :text="nowText" /> <TabTitle :text="nowText" />
<div class="add-but">s <div class="add-but">
<div class="search-input"> <div class="search-input">
<el-input <el-input
v-model="queryParams.algorithmName" v-model="queryParams.algorithmName"
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</div> </div>
</template> --> </template> -->
</el-input> </el-input>
<el-button type="primary" @click="searchList" plain>搜索</el-button> <el-button type="primary" @click="searchList" plain>搜索</el-button>
</div> </div>
<!-- <el-button type="primary" plain @click="handAdd">新增算法</el-button> --> <!-- <el-button type="primary" plain @click="handAdd">新增算法</el-button> -->
<el-button type="primary" @click="handeAdd" plain>告警等级</el-button> <el-button type="primary" @click="handeAdd" plain>告警等级</el-button>
......
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