样式修改

This commit is contained in:
cwchen 2025-09-24 09:56:36 +08:00
parent fd01b20f05
commit 55306cfe41
2 changed files with 8 additions and 2 deletions

View File

@ -3,11 +3,11 @@
<div> <div>
<el-card style="height: calc(100vh - 190px)"> <el-card style="height: calc(100vh - 190px)">
<el-row :gutter="24" style="display: flex; align-items: center"> <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 v-model="filterText" placeholder="输入关键字" @keyup.enter.native="onHandleSearch">
</el-input> </el-input>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="10">
<el-button type="primary" size="small" @click="onHandleSearch"> <el-button type="primary" size="small" @click="onHandleSearch">
查询 查询
</el-button> </el-button>

View File

@ -22,6 +22,12 @@ export const formLabel = [
f_selList: [], f_selList: [],
f_dict: 'voltage_level', f_dict: 'voltage_level',
}, },
{
isShow: false, // 是否展示label
f_type: 'date',
f_label: '移交时间',
f_model: 'voltageLevel',
},
] ]
export const columnsList = [ export const columnsList = [