金工样式

This commit is contained in:
zhangdingyu
2019-11-28 11:28:49 +08:00
parent f7c3b8229f
commit 76b3e57e9e
5 changed files with 64 additions and 30 deletions

View File

@@ -14,7 +14,7 @@
</el-option>
</el-select>
<span>组号:</span>
<el-select v-model="Group" size="small" clearable placeholder="组号">
<el-select v-model="Group" size="small" style="width: 100px" clearable placeholder="组号">
<el-option
v-for="item in Groups"
:key="item.value"
@@ -23,8 +23,9 @@
</el-select>
<span>零件号:</span>
<el-input v-model="number" placeholder="零件号" clearable size="small" style="width: 200px;"/>
<el-button type="success" class="el-icon-search" size="small" style="margin: 10px 0 0 10px" @click="pageCurrent=1;pageSize=10;total = 0;getTableData();">查询</el-button>
</el-row>
<el-row>
<el-row v-if="false">
<span class="demonstration">计划下达时间:</span>
<el-date-picker
v-model="startTime"
@@ -41,7 +42,6 @@
style="width: 160px"
type="date"
placeholder="选择日期"/>
<el-button type="success" class="el-icon-search" size="small" style="margin: 10px 0 0 10px" @click="pageCurrent=1;pageSize=10;total = 0;getTableData();">查询</el-button>
</el-row>
</el-card>