Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_webapp into dev
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -19,7 +19,6 @@
|
|||||||
"AppScoreFamily": "家庭积分",
|
"AppScoreFamily": "家庭积分",
|
||||||
"AppScorePersonal": "个人积分",
|
"AppScorePersonal": "个人积分",
|
||||||
"AppScoreRules": "积分规则",
|
"AppScoreRules": "积分规则",
|
||||||
"AppScoreManage": "积分维护",
|
|
||||||
"AppScoreSupermarket": "积分超市",
|
"AppScoreSupermarket": "积分超市",
|
||||||
"AppVillageActivity": "乡村活动",
|
"AppVillageActivity": "乡村活动",
|
||||||
"AppAddressBook": "内部通讯录",
|
"AppAddressBook": "内部通讯录",
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
</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
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
@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
|
||||||
@@ -87,8 +87,8 @@
|
|||||||
topic: '',
|
topic: '',
|
||||||
title: '',
|
title: '',
|
||||||
areaId: '',
|
areaId: '',
|
||||||
startDate: '',
|
createTimeStart: '',
|
||||||
endDate: ''
|
createTimeEnd: ''
|
||||||
},
|
},
|
||||||
total: 0,
|
total: 0,
|
||||||
colConfigs: [
|
colConfigs: [
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user