多于查询

This commit is contained in:
zhangdingyu
2019-09-23 10:13:03 +08:00
parent 384e9f58ef
commit 61276a94e0
3 changed files with 1 additions and 12 deletions

View File

@@ -14,7 +14,6 @@
<div style="float: right; color: #8492a6; font-size: 13px">{{ item.value2 }}</div>
</el-option>
</el-select>
<el-button size="small" type="success" icon="el-icon-search" style="margin: 10px 0 0 10px" @click="asd()">查询</el-button>
<span>分组:</span>
<el-select v-model="NumValue" size="small" style="margin-top:10px;width: 220px" filterable clearable placeholder="机床组号">
<el-option
@@ -728,7 +727,6 @@ export default {
this.getTable()
},
methods: {
asd() {},
// TABLE每行颜色
tableRowClassName({ row, rowIndex }) {
if (rowIndex === 1) {