Commit 89b87c95 authored by yht15023815643's avatar yht15023815643

查城投平台

parent b7855bac
......@@ -7,6 +7,7 @@
<div style="position:relative" v-for="(itme,i) in personnelList"
:class="itme.status==true?'active':'' " :key='i' @click="personnelListbtn(i)">
<p>{{itme.value}}</p>
<img v-if="i==1" style="position: absolute;top:-10px;" src="@/assets/images/owner/tip.png" alt="">
</div>
</div>
......@@ -39,12 +40,12 @@
personnelList: [{
key: 'Owner',
status: true,
value: '查业主单位',
value: '查城投平台',
},
{
key: 'SearchEnterprise',
status: false,
value: '查建筑企业',
value: '查企业',
},
],
......
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