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 () { onConfirm () {
if (this.gridInfo.userId || this.gridInfo.isLastLevel === '1') { if (this.gridInfo.userId || this.gridInfo.girdLevel === '2') {
if (this.gridInfo.userId) { if (this.gridInfo.userId) {
this.forwardForm.girdId = this.gridInfo.girdId this.forwardForm.girdId = this.gridInfo.girdId
this.forwardForm.girdName = this.gridInfo.girdName this.forwardForm.girdName = this.gridInfo.girdName

View File

@@ -19,7 +19,6 @@
"AppScoreFamily": "家庭积分", "AppScoreFamily": "家庭积分",
"AppScorePersonal": "个人积分", "AppScorePersonal": "个人积分",
"AppScoreRules": "积分规则", "AppScoreRules": "积分规则",
"AppScoreManage": "积分维护",
"AppScoreSupermarket": "积分超市", "AppScoreSupermarket": "积分超市",
"AppVillageActivity": "乡村活动", "AppVillageActivity": "乡村活动",
"AppAddressBook": "内部通讯录", "AppAddressBook": "内部通讯录",

View File

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

View File

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