This commit is contained in:
yanran200730
2023-03-30 14:37:31 +08:00
parent 3bbdc89d6b
commit 7422040057

View File

@@ -13,6 +13,7 @@
<template #content> <template #content>
<ai-search-bar bottomBorder> <ai-search-bar bottomBorder>
<template #left> <template #left>
<el-button size="small" type="primary" icon="iconfont iconAdd" @click="toAdd('')" >创建活动</el-button>
<el-date-picker <el-date-picker
v-model="search.beginDate" v-model="search.beginDate"
type="date" type="date"
@@ -36,7 +37,6 @@
:selectList="dict.getDict('fdIntegralTaskStatus')" :selectList="dict.getDict('fdIntegralTaskStatus')"
@change="search.current = 1, getList()"> @change="search.current = 1, getList()">
</ai-select> </ai-select>
<el-button size="small" type="primary" icon="iconfont iconAdd" @click="toAdd('')" >创建活动</el-button>
</template> </template>
<template #right> <template #right>
<el-input <el-input