|
@@ -1,12 +1,12 @@
|
|
|
<template>
|
|
|
<el-dialog :title="title" :visible.sync="dialogVisible" width="900px" id="addEqDialog">
|
|
|
- <el-row class="filters" :gutter="20">
|
|
|
- <el-col :span="8">
|
|
|
+ <el-row class="filters">
|
|
|
+ <el-col :span="7" style="width:268px">
|
|
|
<el-input placeholder="输入竖井名称或竖井本地编码进行查询" v-model="keycode" clearable @keyup.enter.native="getTableData">
|
|
|
<i slot="suffix" class="el-input__icon el-icon-search" @click="getTableData"></i>
|
|
|
</el-input>
|
|
|
</el-col>
|
|
|
- <el-col :span="9">
|
|
|
+ <el-col :span="7.5">
|
|
|
<cenote-type @change="changeCenote"></cenote-type>
|
|
|
</el-col>
|
|
|
</el-row>
|