30165
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<ai-search-bar bottomBorder>
|
<ai-search-bar bottomBorder>
|
||||||
<template slot="left">
|
<template slot="left">
|
||||||
<ai-select v-model="search.cyclingType" placeholder="媒资类型" clearable
|
<ai-select v-model="search.cyclingType" placeholder="媒资类型" clearable
|
||||||
:selectList="$dict.getDict('dlbResourceType')"
|
:selectList="$dict.getDict('dlbDyclingType')"
|
||||||
@change=";(page.current = 1), getList()"></ai-select>
|
@change=";(page.current = 1), getList()"></ai-select>
|
||||||
<ai-select v-model="search.messageLevel" placeholder="级别" clearable
|
<ai-select v-model="search.messageLevel" placeholder="级别" clearable
|
||||||
:selectList="$dict.getDict('dlbMessageUrgency')"
|
:selectList="$dict.getDict('dlbMessageUrgency')"
|
||||||
|
|||||||
@@ -5,9 +5,9 @@
|
|||||||
<template #content>
|
<template #content>
|
||||||
<ai-search-bar bottomBorder>
|
<ai-search-bar bottomBorder>
|
||||||
<template slot="right">
|
<template slot="right">
|
||||||
<el-input v-model="search.keyword" size="small" placeholder="设备名称/设备编号" clearable
|
<el-input v-model="search.name" size="small" placeholder="设备名称/设备编号" clearable
|
||||||
v-throttle="() => {page.current = 1, getList()}"
|
v-throttle="() => {page.current = 1, getList()}"
|
||||||
@clear=";(page.current = 1), (search.keyword = ''), getList()" suffix-icon="iconfont iconSearch"/>
|
@clear=";(page.current = 1), (search.name = ''), getList()" suffix-icon="iconfont iconSearch"/>
|
||||||
</template>
|
</template>
|
||||||
</ai-search-bar>
|
</ai-search-bar>
|
||||||
<ai-search-bar class="ai-search-ba mar-t10">
|
<ai-search-bar class="ai-search-ba mar-t10">
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
<template slot-scope="{ row }">
|
<template slot-scope="{ row }">
|
||||||
<!-- <el-button type="text" @click="close(row.id)">停播</el-button> -->
|
<!-- <el-button type="text" @click="close(row.id)">停播</el-button> -->
|
||||||
<el-button type="text" @click="toTaskList(row.deviceId)">任务列表</el-button>
|
<el-button type="text" @click="toTaskList(row.deviceId)">任务列表</el-button>
|
||||||
<el-button type="text" @click="bind(row)">绑定行政区划</el-button>
|
<el-button type="text" @click="bind(row)" >绑定行政区划</el-button>
|
||||||
<!-- <el-button type="text" @click="locate=true">地图标绘</el-button>-->
|
<!-- <el-button type="text" @click="locate=true">地图标绘</el-button>-->
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
@@ -66,8 +66,7 @@ export default {
|
|||||||
},
|
},
|
||||||
total: 0,
|
total: 0,
|
||||||
search: {
|
search: {
|
||||||
bind: '',
|
name: '',
|
||||||
keyword: '',
|
|
||||||
},
|
},
|
||||||
id: '',
|
id: '',
|
||||||
ids: [],
|
ids: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user