This commit is contained in:
yanran200730
2023-04-17 13:55:16 +08:00
parent 6b7e887ae8
commit 40a62ead01
2 changed files with 2 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
<template slot="content">
<ai-search-bar>
<template slot="left">
<el-button type="primary" icon="iconfont iconAdd" @click="toAdd('')">添加</el-button>
<ai-select
v-model="search.type"
@change="(search.current = 1), getList()"
@@ -15,7 +16,6 @@
placeholder="请选择类型"
:selectList="dict.getDict('integralSGStatus')">
</ai-select>
<el-button type="primary" icon="iconfont iconAdd" @click="toAdd('')">添加</el-button>
</template>
<template slot="right">
<el-input

View File

@@ -3,6 +3,7 @@
<template slot="content">
<ai-search-bar>
<template slot="left">
<el-button type="primary" icon="iconfont iconAdd" @click="toAdd('')">添加</el-button>
<ai-select
v-model="search.type"
@change="(search.current = 1), getList()"
@@ -15,7 +16,6 @@
placeholder="请选择状态"
:selectList="dict.getDict('integralSGStatus')">
</ai-select>
<el-button type="primary" icon="iconfont iconAdd" @click="toAdd('')">添加</el-button>
</template>
<template slot="right">
<el-input