fix(framework): 安置架构最多查7层
This commit is contained in:
parent
8c9851e23f
commit
e020d85133
|
@ -32,9 +32,14 @@
|
|||
/> </el-select></el-form-item></el-col>
|
||||
<el-col :span="4">
|
||||
<el-form-item :label="'展示层数'" prop="level">
|
||||
<el-input
|
||||
<el-input-number
|
||||
v-model="queryParams.level"
|
||||
style="width: 100%"
|
||||
clearable
|
||||
:min="1"
|
||||
:max="10"
|
||||
:step="1"
|
||||
:controls="false"
|
||||
/></el-form-item></el-col>
|
||||
<el-col :span="4" style="margin-left: 30px">
|
||||
<div class="searchbox">
|
||||
|
|
|
@ -36,10 +36,17 @@
|
|||
</el-col>
|
||||
<el-col :span="4">
|
||||
<el-form-item :label="'展示层数'" prop="level">
|
||||
<el-input
|
||||
<el-input-number
|
||||
v-model="queryParams.level"
|
||||
style="width: 100%"
|
||||
clearable
|
||||
/></el-form-item></el-col>
|
||||
:min="1"
|
||||
:max="10"
|
||||
:step="1"
|
||||
:controls="false"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="4">
|
||||
<el-form-item :label="'是否固定'" prop="cantz">
|
||||
<el-select v-model="cantz" clearable :placeholder="'请选择'">
|
||||
|
|
Loading…
Reference in New Issue