|
|
@ -32,7 +32,7 @@ |
|
|
|
<el-select class="item_width_1" |
|
|
|
v-model="personItem.itemGroupId" |
|
|
|
size="mini" |
|
|
|
placeholder="全部"> |
|
|
|
placeholder="请选择"> |
|
|
|
<el-option v-for="item in groupList" |
|
|
|
@click.native="handleSelGroup(personIndex,item)" |
|
|
|
:key="item.id" |
|
|
@ -43,7 +43,7 @@ |
|
|
|
<el-select class="item_width_1" |
|
|
|
v-model="personItem.itemId" |
|
|
|
size="mini" |
|
|
|
placeholder="全部"> |
|
|
|
placeholder="请选择"> |
|
|
|
<el-option v-for="item in personItem.itemList" |
|
|
|
@click.native="handleSelGroupItem(personIndex,item)" |
|
|
|
:key="item.itemId" |
|
|
@ -54,7 +54,7 @@ |
|
|
|
<el-select class="item_width_1" |
|
|
|
v-model="personItem.queryType" |
|
|
|
size="mini" |
|
|
|
placeholder="全部"> |
|
|
|
placeholder="请选择"> |
|
|
|
<el-option v-for="item in queryList" |
|
|
|
@click.native="handleSelPersonQuery(personIndex,item)" |
|
|
|
:key="item.value" |
|
|
@ -68,7 +68,7 @@ |
|
|
|
class="item_width_2" |
|
|
|
v-model="personItem.colVal" |
|
|
|
size="mini" |
|
|
|
placeholder="全部"> |
|
|
|
placeholder="请选择"> |
|
|
|
<el-option v-for="item in personItem.colOption" |
|
|
|
@click.native="handleSelPersonValue(personIndex,item)" |
|
|
|
:key="item.value" |
|
|
@ -103,7 +103,7 @@ |
|
|
|
class="item_width_1" |
|
|
|
v-model="personItem.nextLogicalRel" |
|
|
|
size="mini" |
|
|
|
placeholder="全部"> |
|
|
|
placeholder="请选择"> |
|
|
|
<el-option v-for="item in logicalList" |
|
|
|
@click.native="handleSelPersonLogical(personIndex,item)" |
|
|
|
:key="item.value" |
|
|
@ -139,7 +139,7 @@ |
|
|
|
<el-select class="item_width_1" |
|
|
|
v-model="houseItem.colKey" |
|
|
|
size="mini" |
|
|
|
placeholder="全部"> |
|
|
|
placeholder="请选择"> |
|
|
|
<el-option v-for="item in houseItemList" |
|
|
|
@click.native="handleSelHouseItem(houseIndex,item)" |
|
|
|
:key="item.colKey" |
|
|
@ -150,7 +150,7 @@ |
|
|
|
<el-select class="item_width_1" |
|
|
|
v-model="houseItem.queryType" |
|
|
|
size="mini" |
|
|
|
placeholder="全部"> |
|
|
|
placeholder="请选择"> |
|
|
|
<el-option v-for="item in queryList" |
|
|
|
@click.native="handleSelHouseQuery(houseIndex,item)" |
|
|
|
:key="item.value" |
|
|
@ -164,7 +164,7 @@ |
|
|
|
class="item_width_2" |
|
|
|
v-model="houseItem.colVal" |
|
|
|
size="mini" |
|
|
|
placeholder="全部"> |
|
|
|
placeholder="请选择"> |
|
|
|
<el-option v-for="item in houseItem.colOption" |
|
|
|
@click.native="handleSelHouseValue(houseIndex,item)" |
|
|
|
:key="item.value" |
|
|
@ -199,7 +199,7 @@ |
|
|
|
class="item_width_1" |
|
|
|
v-model="houseItem.nextLogicalRel" |
|
|
|
size="mini" |
|
|
|
placeholder="全部"> |
|
|
|
placeholder="请选择"> |
|
|
|
<el-option v-for="item in logicalList" |
|
|
|
@click.native="handleSelHouseLogical(houseIndex,item)" |
|
|
|
:key="item.value" |
|
|
@ -235,7 +235,7 @@ |
|
|
|
<el-select class="item_width_1" |
|
|
|
v-model="staticItem.colKey" |
|
|
|
size="mini" |
|
|
|
placeholder="全部"> |
|
|
|
placeholder="请选择"> |
|
|
|
<el-option v-for="item in staticItemList" |
|
|
|
@click.native="handleSelStaticItem(staticIndex,item)" |
|
|
|
:key="item.colKey" |
|
|
@ -246,7 +246,7 @@ |
|
|
|
<el-select class="item_width_1" |
|
|
|
v-model="staticItem.queryType" |
|
|
|
size="mini" |
|
|
|
placeholder="全部"> |
|
|
|
placeholder="请选择"> |
|
|
|
<el-option v-for="item in queryList" |
|
|
|
@click.native="handleSelStaticQuery(staticIndex,item)" |
|
|
|
:key="item.value" |
|
|
@ -260,7 +260,7 @@ |
|
|
|
class="item_width_2" |
|
|
|
v-model="staticItem.colVal" |
|
|
|
size="mini" |
|
|
|
placeholder="全部"> |
|
|
|
placeholder="请选择"> |
|
|
|
<el-option v-for="item in staticItem.colOption" |
|
|
|
@click.native="handleSelStaticValue(staticIndex,item)" |
|
|
|
:key="item.value" |
|
|
@ -294,7 +294,7 @@ |
|
|
|
class="item_width_1" |
|
|
|
v-model="staticItem.nextLogicalRel" |
|
|
|
size="mini" |
|
|
|
placeholder="全部"> |
|
|
|
placeholder="请选择"> |
|
|
|
<el-option v-for="item in logicalList" |
|
|
|
@click.native="handleSelStaticLogical(houseIndex,item)" |
|
|
|
:key="item.value" |
|
|
|