Commit bb1b3df5 by haozhenhua

hzh

parent d7064cb0
...@@ -546,7 +546,7 @@ ...@@ -546,7 +546,7 @@
<div class="header-main-tool" @click="onselect('declare')"><span>政策资讯</span><i <div class="header-main-tool" @click="onselect('declare')"><span>政策资讯</span><i
class="el-icon-caret-bottom"></i></div> class="el-icon-caret-bottom"></i></div>
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">
<el-dropdown-item command="222222">222222</el-dropdown-item> <el-dropdown-item v-for="item in titles" :command="item.title">{{item.name}}</el-dropdown-item>
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown>
</div> </div>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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