From 93f7ee0e3fbed2260ad059a905d05938af563f4a Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 02 十二月 2024 18:20:35 +0800 Subject: [PATCH] 地图区分视频车辆人脸 --- src/views/system/monitor/car/index.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/views/system/monitor/car/index.vue b/src/views/system/monitor/car/index.vue index eb8df99..dd260b5 100644 --- a/src/views/system/monitor/car/index.vue +++ b/src/views/system/monitor/car/index.vue @@ -51,9 +51,10 @@ <el-form-item label="鍏抽敭瀛�" prop="name"> <el-input v-model="queryParams.name" - placeholder="璇疯緭鍏ュ叧閿瓧" + placeholder="璁惧鍚�/璁惧缂栫爜/IP/鍗曚綅鍚�" clearable @keyup.enter.native="handleQuery" + @clear="handleQuery" /> </el-form-item> <el-form-item label="鍖哄煙" prop="onState"> @@ -76,6 +77,7 @@ v-model="queryParams.onState" placeholder="璁惧鐘舵��" clearable + @change="handleQuery" style="width: 100px" > <el-option @@ -94,6 +96,10 @@ <right-toolbar :showSearch.sync="showSearch" @queryTable="getList" :columns="columns"></right-toolbar> </el-form> + <div v-hasPermi="['system:monitor:export']"> + <el-button slot="reference" type="primary" size="mini" @click="handleExport" plain >瀵煎嚭</el-button> + </div> + <el-table v-loading="loading" :data="monitorList" @selection-change="handleSelectionChange"> <el-table-column label="璁惧鍚嶇О" align="center" prop="name" width="280" fixed show-overflow-tooltip/> <el-table-column label="璁惧缂栫爜" align="center" prop="serialNumber" width="180"/> -- Gitblit v1.8.0