This commit is contained in:
陈红丽 2024-08-28 08:41:35 +08:00
parent ad3a7ea640
commit 4470ca0774

View File

@ -5,7 +5,7 @@
<el-card shadow="hover" class="border-0"> <el-card shadow="hover" class="border-0">
<template #header> <template #header>
<el-row> <el-row>
<el-col :span="20"> <el-col :span="18">
<el-input type="text" v-model="params.name" clearable placeholder="请输入配置名称"> <el-input type="text" v-model="params.name" clearable placeholder="请输入配置名称">
<template #prefix> <template #prefix>
<el-icon class="el-input__icon"> <el-icon class="el-input__icon">
@ -14,7 +14,7 @@
</template> </template>
</el-input> </el-input>
</el-col> </el-col>
<el-col :span="4" style="text-align: right;"> <el-col :span="6" style="text-align: right;">
<el-button type="primary" icon="Search" @click="pager.page=1;loadDataTable()"> 查询 </el-button> <el-button type="primary" icon="Search" @click="pager.page=1;loadDataTable()"> 查询 </el-button>
</el-col> </el-col>
</el-row> </el-row>