171
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user