样式修改
This commit is contained in:
parent
fd01b20f05
commit
55306cfe41
|
|
@ -3,11 +3,11 @@
|
|||
<div>
|
||||
<el-card style="height: calc(100vh - 190px)">
|
||||
<el-row :gutter="24" style="display: flex; align-items: center">
|
||||
<el-col :span="16">
|
||||
<el-col :span="14">
|
||||
<el-input v-model="filterText" placeholder="输入关键字" @keyup.enter.native="onHandleSearch">
|
||||
</el-input>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-col :span="10">
|
||||
<el-button type="primary" size="small" @click="onHandleSearch">
|
||||
查询
|
||||
</el-button>
|
||||
|
|
|
|||
|
|
@ -22,6 +22,12 @@ export const formLabel = [
|
|||
f_selList: [],
|
||||
f_dict: 'voltage_level',
|
||||
},
|
||||
{
|
||||
isShow: false, // 是否展示label
|
||||
f_type: 'date',
|
||||
f_label: '移交时间',
|
||||
f_model: 'voltageLevel',
|
||||
},
|
||||
]
|
||||
|
||||
export const columnsList = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue