Commit ad95a8e7 authored by 黄媛媛's avatar 黄媛媛

11

parent 0086e7af
Pipeline #36 canceled with stages
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<img style="width:10px;height:10px;margin-right:6px" src="../../assets/img/add.png" alt=""> <img style="width:10px;height:10px;margin-right:6px" src="../../assets/img/add.png" alt="">
新增</span> 新增</span>
</div> </div>
<ul class="queryul"> <ul v-show="morequery" class="queryul">
<li> <li>
<el-input class="w200" size="small" v-model="msg.Name" placeholder="资产名称"></el-input> <el-input class="w200" size="small" v-model="msg.Name" placeholder="资产名称"></el-input>
</li> </li>
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
</el-option> </el-option>
</el-select> </el-select>
</li> </li>
<li v-show="morequery"> <li>
<el-select size="small" v-model="msg.EmployeeId" placeholder="使用人"> <el-select size="small" v-model="msg.EmployeeId" placeholder="使用人">
<el-option <el-option
v-for="item in EmployeeList" v-for="item in EmployeeList"
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</el-option> </el-option>
</el-select> </el-select>
</li> </li>
<li v-show="morequery"> <li>
<el-select size="small" v-model="msg.SupplierId" placeholder="供应商"> <el-select size="small" v-model="msg.SupplierId" placeholder="供应商">
<el-option <el-option
v-for="item in supplierList" v-for="item in supplierList"
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
</el-option> </el-option>
</el-select> </el-select>
</li> </li>
<li v-show="morequery"> <li>
<el-date-picker <el-date-picker
v-model="dateList" v-model="dateList"
type="daterange" type="daterange"
......
...@@ -67,6 +67,7 @@ export default { ...@@ -67,6 +67,7 @@ export default {
top:0; top:0;
left: 0; left: 0;
height: 100%; height: 100%;
z-index: 9999;
} }
.appContent .HeadDiv{ .appContent .HeadDiv{
position: absolute; position: absolute;
......
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