|
@@ -5,7 +5,7 @@
|
|
|
<div class="con_left">
|
|
|
<div style="color: #FFF;display: flex;justify-content: space-between">
|
|
|
<div class="left-top-botton " :class="index === botIndex ? 'active':''" v-for="(item,index) in enterpriseList"
|
|
|
- @click="botIndex = index">{{ item }}
|
|
|
+ @click="botIndex = item.id">{{ item.name }}
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-input
|
|
@@ -123,7 +123,12 @@ export default {
|
|
|
input: '',
|
|
|
input1: '',
|
|
|
title: '四平市智慧哨兵监管平台',
|
|
|
- enterpriseList: ["奥德", "华生", "港华", "润发"],
|
|
|
+ enterpriseList: [
|
|
|
+ {name:'华生',id:314459},
|
|
|
+ {name:'港华',id:314462},
|
|
|
+ {name:'奥德',id:314453},
|
|
|
+ {name:'润发',id:314454},
|
|
|
+ ],
|
|
|
userListSearch:[
|
|
|
{name:'张利',number:'15602523655'},
|
|
|
{name:'李明',number:'13812345678'},
|