|
|
@@ -21,7 +21,7 @@ |
|
|
|
</template> |
|
|
|
</van-popover> |
|
|
|
<div class="search"> |
|
|
|
<input type="text" placeholder="请输入搜索内容" /> |
|
|
|
<input type="text" placeholder="请输入执法依据名称" /> |
|
|
|
<img src="../../../../static/images/lawEnforcement/new/index_icon_04.png"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -48,7 +48,7 @@ |
|
|
|
return { |
|
|
|
showPopover: false, |
|
|
|
// 通过 actions 属性来定义菜单选项 |
|
|
|
actions: [{ text: '选项一' }, { text: '选项二' }, { text: '选项三' }], |
|
|
|
actions: [{ text: '全部' }, { text: '法律' }, { text: '行政法规' }, { text: '地方性法规' }, { text: '部门规章' }], |
|
|
|
}; |
|
|
|
}, |
|
|
|
created() { |
|
|
|