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

11

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