diff --git a/project/sanjianxi/apps/AppPartyScore/psList.vue b/project/sanjianxi/apps/AppPartyScore/psList.vue
index 5c0af2cc..16f859c6 100644
--- a/project/sanjianxi/apps/AppPartyScore/psList.vue
+++ b/project/sanjianxi/apps/AppPartyScore/psList.vue
@@ -34,19 +34,12 @@
@getList="getTableData" :col-configs="colConfigs" :dict="dict">
-
详情
-
@@ -70,18 +63,6 @@ export default {
{slot: "options"}
]
},
- familyCols() {
- return [
- {
- label: '与户主关系', prop: 'householdRelation', align: 'center', width: 165,
- render: (h, {row}) => h('p', this.dict.getLabel('householdRelation', row.householdRelation || "户主"))
- },
- {label: '类型', prop: 'residentType', align: 'center', dict: "residentType"},
- {label: '姓名', prop: 'name', align: 'center'},
- {label: '身份证号', render: (h, {row}) => h('p', this.idCardNoUtil.hideId(row.idNumber)), width: 165},
- {label: '联系电话', prop: 'phone', align: 'center', width: 120}
- ]
- }
},
data() {
return {
@@ -90,8 +71,6 @@ export default {
},
page: {current: 1, size: 10, total: 0},
tableData: [],
- dialog: false,
- familyList: [],
organizationName: '',
organizationTree: [],
defaultExpanded: [],
@@ -148,16 +127,6 @@ export default {
showDetail(id) {
this.$router.push({query: {id}})
},
- getFamilyByPartyId(idNumber) {
- this.instance.post("/app/appresident/queryHomeMember", null, {
- params: {idNumber}
- }).then(res => {
- if (res?.data) {
- this.familyList = res.data?.family || []
- this.dialog = true
- }
- })
- }
},
created() {
this.getTableData()
diff --git a/project/sanjianxi/apps/AppScoreManage/pointsDetails.vue b/project/sanjianxi/apps/AppScoreManage/pointsDetails.vue
index ea86bff2..f6e49a13 100644
--- a/project/sanjianxi/apps/AppScoreManage/pointsDetails.vue
+++ b/project/sanjianxi/apps/AppScoreManage/pointsDetails.vue
@@ -47,15 +47,13 @@
-
-
-
-
-
- {{ dialogInfo.changeIntegral >= 0 ? '增加' : '减少' }}
- 分
+
+
+
+ {{ dialogInfo.partyIntegralDetailType == 1 ? '加分' : '减分' }}
-
+
+