-
姓名
- {{ info.name }}
+ 账号
+ {{ info.phone || "-" }}
个人积分
@@ -20,35 +20,27 @@
-
-
+
+ v-for="(item,i) in dict.getDict('integralDetailType')"
+ :label="item.dictName"
+ :key="i"
+ :value="item.dictValue">
+ style="margin-top: 16px;"
+ :tableData="tableData"
+ :col-configs="colConfigs"
+ :total="page.total"
+ :current.sync="page.current"
+ :size.sync="page.size"
+ :isShowPagination="false"
+ tableSize="small"
+ :border="true"
+ @getList="getList">
@@ -57,149 +49,148 @@
diff --git a/project/xiushan/apps/creditScore/scorePersonal/spList.vue b/project/xiushan/apps/creditScore/scorePersonal/spList.vue
new file mode 100644
index 00000000..ec5aa8b4
--- /dev/null
+++ b/project/xiushan/apps/creditScore/scorePersonal/spList.vue
@@ -0,0 +1,358 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 详情
+
+
+
+
+
+
+
+
+
+
+
+ 户主
+ {{ dict.getLabel('householdRelation', row.householdRelation) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/project/xiushan/apps/creditScore/scoreRules/AppScoreRules.vue b/project/xiushan/apps/creditScore/scoreRules/AppScoreRules.vue
index 91d56f10..2d5f1316 100644
--- a/project/xiushan/apps/creditScore/scoreRules/AppScoreRules.vue
+++ b/project/xiushan/apps/creditScore/scoreRules/AppScoreRules.vue
@@ -145,7 +145,7 @@