Commit b5d27f98 authored by Mac's avatar Mac

1

parent ef654c36
......@@ -200,6 +200,22 @@
<el-option label="否" :value="0"></el-option>
</el-select>
</div>
<div class="block" style="margin-top: 15px; margin-left: 10px">
<span>成都落地</span>
<el-select
class="w100"
@change="(msg.pageIndex = 1), getList()"
style="margin-left: 5px"
v-model="msg.IsInChengdu"
size="small"
placeholder="请选择"
>
<el-option label="不限" :value="-1"></el-option>
<el-option label="是" :value="1"></el-option>
<el-option label="否" :value="0"></el-option>
</el-select>
</div>
</div>
</div>
<div style="padding: 20px; background: #fff">
......@@ -358,6 +374,7 @@ export default {
PaiYan: -1, //排烟量(0-否1-有)
KongTiao: -1, //空调(0-否1-有)
XinFeng: -1, //新风(0-否1-有)
IsInChengdu:-1,//成都落地
BrandClassId: 0, //分类
ExcelEnumIds: [],
UserId: 0, //用户认证
......
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