This commit is contained in:
刘仕伟
2022-02-28 16:25:39 +08:00
4 changed files with 21 additions and 22 deletions

View File

@@ -312,7 +312,7 @@
},
onConfirm () {
if (this.gridInfo.userId || this.gridInfo.isLastLevel === '1') {
if (this.gridInfo.userId || this.gridInfo.girdLevel === '2') {
if (this.gridInfo.userId) {
this.forwardForm.girdId = this.gridInfo.girdId
this.forwardForm.girdName = this.gridInfo.girdName

View File

@@ -19,10 +19,9 @@
"AppScoreFamily": "家庭积分",
"AppScorePersonal": "个人积分",
"AppScoreRules": "积分规则",
"AppScoreManage": "积分维护",
"AppScoreSupermarket": "积分超市",
"AppVillageActivity": "乡村活动",
"AppAddressBook": "内部通讯录",
"AppNavConfig": "小程序导航配置",
"AppConvenienceAddressBook": "便民通讯录"
}
}

View File

@@ -17,22 +17,22 @@
@change="search.current = 1, getList()"
:selectList="dict.getDict('villagerCircleTopic')">
</ai-select>
<el-date-picker
value-format="yyyy-MM-dd"
v-model="search.startDate"
type="date"
size="small"
unlink-panels
placeholder="选择开始日期"
@change="search.current = 1, getList()" />
<el-date-picker
value-format="yyyy-MM-dd"
v-model="search.endDate"
type="date"
size="small"
unlink-panels
placeholder="选择结束日期"
@change="search.current = 1, getList()" />
<el-date-picker
value-format="yyyy-MM-dd"
v-model="search.createTimeStart"
type="date"
size="small"
unlink-panels
placeholder="选择开始日期"
@change="search.current = 1, getList()" />
<el-date-picker
value-format="yyyy-MM-dd"
v-model="search.createTimeEnd"
type="date"
size="small"
unlink-panels
placeholder="选择结束日期"
@change="search.current = 1, getList()" />
</template>
<template #right>
<el-input
@@ -87,8 +87,8 @@
topic: '',
title: '',
areaId: '',
startDate: '',
endDate: ''
createTimeStart: '',
createTimeEnd: ''
},
total: 0,
colConfigs: [

View File

@@ -24,7 +24,7 @@ import scoreChange from "./scoreChange";
export default {
name: 'AppScoreManage',
label: "积分管理",
label: "积分审核",
components: {pointsDeclaration, pointsDetails, pointsAppeal, scoreChange},
props: {
instance: Function,