This commit is contained in:
liushuai
2019-09-20 10:49:57 +08:00
parent a496a45189
commit 5b94c5823d
8 changed files with 73 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
<div class="app-container">
<el-card>
<div>
<span style="margin-left: 0">机床号</span>
<span style="margin-left: 10px">机床号</span>
<el-select v-model="machineNumberValue" filterable placeholder="机床编号" size="small" style="margin-top: 3px" clearable @change="machineChange">
<el-option
v-for="item in machineNumber"
@@ -33,11 +33,13 @@
</el-select>
<el-button type="success" size="small" style="margin-left: 10px" icon="el-icon-search" @click="pageCurrent=1;pageSize=20;total=0;searchData()">查询</el-button>
</div>
</el-card>
<el-card>
<el-table
v-loading="loading"
:data="tableData"
size="mini"
height="730"
height="530"
border
stripe
highlight-current-row