BUG 29263
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<ai-search-bar>
|
<ai-search-bar>
|
||||||
<template #left>
|
<template #left>
|
||||||
<el-button type="primary" icon="iconfont iconAdd" @click="dialog=true">添加</el-button>
|
<el-button type="primary" icon="iconfont iconAdd" @click="dialog=true">添加</el-button>
|
||||||
<el-date-picker v-model="search.createTime" type="daterange" placeholder="日期" size="small" clearable
|
<el-date-picker type="daterange" placeholder="日期" size="small" clearable
|
||||||
@change="handleSearchTime" start-placeholder="开始时间" end-placeholder="结束时间"
|
@change="handleSearchTime" start-placeholder="开始时间" end-placeholder="结束时间"
|
||||||
value-format="yyyy-MM-dd HH:mm:ss" :default-time="['00:00:00','23:59:59']"/>
|
value-format="yyyy-MM-dd HH:mm:ss" :default-time="['00:00:00','23:59:59']"/>
|
||||||
</template>
|
</template>
|
||||||
@@ -68,7 +68,7 @@ export default {
|
|||||||
return [
|
return [
|
||||||
{label: "对象", prop: "partyName"},
|
{label: "对象", prop: "partyName"},
|
||||||
{label: "调整说明", prop: "remark", align: "center"},
|
{label: "调整说明", prop: "remark", align: "center"},
|
||||||
{label: "事件", prop: "createTime"},
|
{label: "时间", prop: "createTime"},
|
||||||
{label: "类型", prop: "integralType", align: "center", dict: "partyIntegralType"},
|
{label: "类型", prop: "integralType", align: "center", dict: "partyIntegralType"},
|
||||||
{label: "积分", prop: "integral", align: "center"},
|
{label: "积分", prop: "integral", align: "center"},
|
||||||
{slot: "options"}
|
{slot: "options"}
|
||||||
|
|||||||
Reference in New Issue
Block a user