edit
This commit is contained in:
parent
ad3a7ea640
commit
4470ca0774
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user