|
@@ -1,13 +1,53 @@
|
|
|
<!-- 设备列表 -->
|
|
|
<template>
|
|
|
<div class="equip-list">
|
|
|
- <Input
|
|
|
- class="baseItemInput"
|
|
|
- :width="188"
|
|
|
- iconType="search"
|
|
|
- v-model="baseItemVal"
|
|
|
- @pressEnter="pressEnter"
|
|
|
- />
|
|
|
+ <div class="clp">
|
|
|
+ <Input
|
|
|
+ class="baseItemInput"
|
|
|
+ :width="188"
|
|
|
+ iconType="search"
|
|
|
+ placeholder="搜索元素名称"
|
|
|
+ v-model="baseItemVal"
|
|
|
+ @pressEnter="pressEnter"
|
|
|
+ />
|
|
|
+ <Popover type="confirm" placement="bottom-center">
|
|
|
+ <template slot="content">
|
|
|
+ <div class="">
|
|
|
+ <div>
|
|
|
+ <span>分区类型</span>
|
|
|
+ <Cascader
|
|
|
+ multiple
|
|
|
+ allText="全部"
|
|
|
+ :data="cascaderData6"
|
|
|
+ showPanel
|
|
|
+ width="300"
|
|
|
+ @change="changeItem"
|
|
|
+ @confirm="changeItem"
|
|
|
+ v-model="abc"
|
|
|
+ ></Cascader>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <span>建筑类型</span>
|
|
|
+ <Cascader
|
|
|
+ multiple
|
|
|
+ allText="全部"
|
|
|
+ :data="cascaderData6"
|
|
|
+ showPanel
|
|
|
+ width="300"
|
|
|
+ @change="changeItem"
|
|
|
+ @confirm="changeItem"
|
|
|
+ v-model="abc"
|
|
|
+ ></Cascader>
|
|
|
+ </div>
|
|
|
+ <el-button class="reset" type="text">重置</el-button>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ <span
|
|
|
+ @click="screen"
|
|
|
+ class="icon iconfont icon-shaixuan shaixuan"
|
|
|
+ ></span>
|
|
|
+ </Popover>
|
|
|
+ </div>
|
|
|
<ul>
|
|
|
<li @click="getEquipItem('lengganji.svg')">
|
|
|
<div class="left">
|
|
@@ -54,7 +94,73 @@
|
|
|
import { mapMutations, mapState } from "vuex";
|
|
|
export default {
|
|
|
data() {
|
|
|
- return {};
|
|
|
+ return {
|
|
|
+ cascaderData6: [
|
|
|
+ {
|
|
|
+ title: "United Kingdom",
|
|
|
+ id: "id1",
|
|
|
+ children: [
|
|
|
+ { id: "id2", title: "London" },
|
|
|
+ { id: "id3", title: "Edinburgh" },
|
|
|
+ { id: "id4", title: "Cardiff" },
|
|
|
+ { id: "id5", title: "Birmingham" },
|
|
|
+ { id: "id6", title: "Liverpool" },
|
|
|
+ { id: "id7", title: "Oxford" },
|
|
|
+ { id: "id8", title: "Plymouth" },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "AMERICAN",
|
|
|
+ id: "id9",
|
|
|
+ children: [
|
|
|
+ { id: "id10", title: "Chicago" },
|
|
|
+ { id: "id11", title: "Philadelphia" },
|
|
|
+ { id: "id12", title: "Boston" },
|
|
|
+ { id: "id13", title: "Houston" },
|
|
|
+ { id: "id14", title: "Atlanta" },
|
|
|
+ { id: "id15", title: "San Francisco" },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "CHINA",
|
|
|
+ id: "id16",
|
|
|
+ children: [
|
|
|
+ { id: "id17", title: "BeiJing" },
|
|
|
+ { id: "id18", title: "ShangHAI" },
|
|
|
+ {
|
|
|
+ title: "GuiYang",
|
|
|
+ id: "id19",
|
|
|
+ children: [
|
|
|
+ { id: "id20", title: "Qingyan" },
|
|
|
+ { id: "id21", title: "Guian" },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ { id: "id22", title: "ZunYi" },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: "韩国",
|
|
|
+ id: "id23",
|
|
|
+ children: [
|
|
|
+ { id: "id24", title: "首尔" },
|
|
|
+ { id: "id25", title: "仁川" },
|
|
|
+ { id: "id26", title: "釜山" },
|
|
|
+ {
|
|
|
+ id: "id27",
|
|
|
+ title: "蔚山",
|
|
|
+ children: [
|
|
|
+ { id: "id10", title: "Chicago" },
|
|
|
+ { id: "id11", title: "Philadelphia" },
|
|
|
+ { id: "id12", title: "Boston" },
|
|
|
+ { id: "id13", title: "Houston" },
|
|
|
+ { id: "id14", title: "Atlanta" },
|
|
|
+ { id: "id15", title: "San Francisco" },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ };
|
|
|
},
|
|
|
methods: {
|
|
|
...mapMutations(["SETCHOICELEHEND", "SETLEGENDOBJ"]),
|
|
@@ -71,6 +177,8 @@ export default {
|
|
|
const cmd = "EditEuqipment";
|
|
|
this.SETCHOICELEHEND(cmd);
|
|
|
},
|
|
|
+ // 筛选
|
|
|
+ screen() {},
|
|
|
},
|
|
|
computed: {
|
|
|
...mapState(["editCmd"]),
|
|
@@ -88,6 +196,15 @@ li {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
position: relative;
|
|
|
+ .clp {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-around;
|
|
|
+ margin-top: 12px;
|
|
|
+ .shaixuan {
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ }
|
|
|
ul {
|
|
|
li {
|
|
|
width: 100%;
|
|
@@ -135,4 +252,9 @@ li {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+.reset{
|
|
|
+ position: absolute;
|
|
|
+ bottom: 16px;
|
|
|
+ left: 24px;
|
|
|
+}
|
|
|
</style>
|