-
+
@@ -76,9 +76,9 @@
-
-
- {{ param.competitionId ? '-' : scope.row.examScore }}
+
+
+ {{ param.competitionId ? '-' : row.examScore }}
@@ -614,7 +614,6 @@ let getProDetail = async () => {
projectName: project.projectName,
},
];
- // Cookies.set('sand-projectName', project.projectName);
}
curReq.value = pointsList.map((e) => e.judgmentId); // 实验要求默认全部展开,通过judgmentId来选中item
points.value = pointsList;
diff --git a/src/views/product/bank/Config.vue b/src/views/product/bank/Config.vue
index 606bb4a..5c49ee9 100644
--- a/src/views/product/bank/Config.vue
+++ b/src/views/product/bank/Config.vue
@@ -510,7 +510,7 @@ import {
collectionAfterLoan,
} from '@/api/model';
import { useRouter, useRoute } from 'vue-router';
-import { handleId, getIds, getUsername } from '@/utils/common';
+import { handleId, getIds } from '@/utils/common';
import Cookies from 'js-cookie';
import { getStat } from '@/store/useProduct';
import Info from './Info.vue';
@@ -590,7 +590,6 @@ const whethers1 = ref>([
},
]);
const formRef = ref();
-const userName = ref();
const curRow = ref>();
const strategyParams = { pageNum: 1, pageSize: 100, keyWord: '', ...getIds() };
const visible = ref(false);
@@ -845,7 +844,6 @@ const getConfig = async () => {
};
// 详情
const getDetail = async () => {
- userName.value = await getUsername();
if (id.value) {
try {
// 查询产品要素详情
diff --git a/src/views/product/bank/Info.vue b/src/views/product/bank/Info.vue
index 3dfe024..c3c0c96 100644
--- a/src/views/product/bank/Info.vue
+++ b/src/views/product/bank/Info.vue
@@ -140,7 +140,7 @@
{{ item.opinionDescription }}
审查日期:{{ item.approvalTime }}
- 审查员:{{ item.examinationApprovalOfficer }}
+ {{ i === 10 ? '' : '审查员:' }}{{ item.examinationApprovalOfficer }}
@@ -205,6 +205,7 @@ const loadComponent = async (componentName: string) => {
// 详情
const getDetail = async () => {
+ console.log(111);
userName.value = await getUsername();
if (id.value) {
diff --git a/src/views/product/strategy/150/Detail.vue b/src/views/product/strategy/150/Detail.vue
index 1612669..5410cbe 100644
--- a/src/views/product/strategy/150/Detail.vue
+++ b/src/views/product/strategy/150/Detail.vue
@@ -14,11 +14,9 @@
{{ row?.recordChildren[row.span ? 1 : 0]?.name }}
-
-
-
-
-
+
+
+
万元
@@ -26,24 +24,20 @@
且近一年
-
-
-
-
-
-
+
+
+
+
缴纳过社保或公积金
未婚,且年龄
-
-
-
-
-
+
+
+
,
-
+
diff --git a/src/views/product/strategy/151/Detail.vue b/src/views/product/strategy/151/Detail.vue
index 674057f..3885eae 100644
--- a/src/views/product/strategy/151/Detail.vue
+++ b/src/views/product/strategy/151/Detail.vue
@@ -9,7 +9,7 @@
-
+
@@ -20,34 +20,28 @@
{{ row?.recordChildren[0]?.name }}
-
-
-
-
-
+
+
+
,{{ row?.recordChildren[1]?.name }}
-
-
-
-
-
+
+
+
。
-
+
{{ row?.recordChildren[0]?.name }}
-
-
-
-
-
+
+
+
{{ row.stRecordId === 203 || row.stRecordId === 205 ? '元' : row.stRecordId === 207 || row.stRecordId === 229 ? '万元' : ' ' }}。
-
+
{{ row.rule }}
-
-
-
-
-
+
+
+
。
@@ -26,61 +24,47 @@
{{ row?.recordChildren[0]?.recordChildren[0]?.name }}
-
-
-
-
-
+
+
+
,且
-
-
-
-
-
+
+
+
。
-
-
-
-
-
+
+
+
内申请次数
-
-
-
-
-
+
+
+
,且
-
-
-
-
-
+
+
+
。
-
-
+
+
-
-
-
-
-
+
+
+
{{ tdNames[row.ruleId] }}
-
-
-
-
-
+
+
+
。
diff --git a/src/views/product/strategy/153/Detail.vue b/src/views/product/strategy/153/Detail.vue
index 350663f..239c653 100644
--- a/src/views/product/strategy/153/Detail.vue
+++ b/src/views/product/strategy/153/Detail.vue
@@ -17,7 +17,7 @@
-
+
{{ row?.recordChildren[1]?.recordChildren[0]?.name }}:认定{{ row.name }}
@@ -46,7 +46,7 @@
-
+
{{ row?.recordChildren[1]?.recordChildren[0]?.name }}:结清后,
diff --git a/src/views/product/strategy/155/Detail.vue b/src/views/product/strategy/155/Detail.vue
index ab644ac..b7ccd50 100644
--- a/src/views/product/strategy/155/Detail.vue
+++ b/src/views/product/strategy/155/Detail.vue
@@ -53,11 +53,9 @@
命中:
-
-
-
-
-
+
+
+
关联人数
diff --git a/src/views/product/strategy/Risk1.vue b/src/views/product/strategy/Risk1.vue
index d141401..20f7471 100644
--- a/src/views/product/strategy/Risk1.vue
+++ b/src/views/product/strategy/Risk1.vue
@@ -53,7 +53,7 @@ const getConfig = async () => {
const result = [];
process.forEach((e, i) => {
e.recordChildren[0]?.recordChildren?.forEach((n, j) => {
- const cur = info.value.length ? info.value[i ? 10 + j : j] : {};
+ const cur = info.value.length ? info.value[i ? 5 + j : j] : {};
result.push({
...getIds(),
coefficient: cur?.coefficient || '',