From 9e34f13a1cd13d2115213eafede528b146d246a4 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期五, 26 九月 2025 15:52:11 +0800 Subject: [PATCH] 测试完成 --- src/views/outsideChainnew.vue | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/outsideChainnew.vue b/src/views/outsideChainnew.vue index f8738ed..1041445 100644 --- a/src/views/outsideChainnew.vue +++ b/src/views/outsideChainnew.vue @@ -35,7 +35,7 @@ > <el-radio border - v-for="(items, index) in item.ivrLibaScriptTargetoptionList" + v-for="(items, index) in item.ivrTaskScriptTargetoptionList" :class=" items.isabnormal && item.questionResult == items.targetvalue ? 'red-star' @@ -68,7 +68,7 @@ <el-checkbox border @change="$forceUpdate()" - v-for="(items, indexs) in item.ivrLibaScriptTargetoptionList" + v-for="(items, indexs) in item.ivrTaskScriptTargetoptionList" :key="indexs" :label="items.targetvalue" > @@ -168,7 +168,7 @@ // scriptType: 1, // scriptContent: "鎮ㄧ殑骞撮緞鑼冨洿鏄紵", // questionResult: null, - // ivrLibaScriptTargetoptionList: [ + // ivrTaskScriptTargetoptionList: [ // { targetvalue: "18-25", value: "18-25", isabnormal: true }, // { targetvalue: "26-35", value: "26-35" }, // { targetvalue: "36-45", value: "36-45" }, @@ -181,7 +181,7 @@ // scriptType: 1, // scriptContent: "鎮ㄧ殑鑱屼笟鏄粈涔堬紵", // questionResult: null, - // ivrLibaScriptTargetoptionList: [ + // ivrTaskScriptTargetoptionList: [ // { targetvalue: "瀛︾敓", value: "student" }, // { targetvalue: "鏁欏笀", value: "teacher" }, // { targetvalue: "宸ョ▼甯�", value: "engineer" }, @@ -194,7 +194,7 @@ // scriptType: 2, // scriptContent: "鎮ㄦ劅鍏磋叮鐨勬椿鍔ㄦ湁鍝簺锛�", // questionResult: [], - // ivrLibaScriptTargetoptionList: [ + // ivrTaskScriptTargetoptionList: [ // { targetvalue: "鏃呮父", value: "travel", isabnormal: true }, // { targetvalue: "闃呰", value: "reading", isabnormal: true }, // { targetvalue: "杩愬姩", value: "sports", isabnormal: true }, @@ -207,7 +207,7 @@ // scriptType: 1, // scriptContent: "鎮ㄧ殑鑱屼笟鏄粈涔堬紵", // questionResult: null, - // ivrLibaScriptTargetoptionList: [ + // ivrTaskScriptTargetoptionList: [ // { targetvalue: "瀛︾敓", value: "student" }, // { targetvalue: "鏁欏笀", value: "teacher" }, // { targetvalue: "宸ョ▼甯�", value: "engineer" }, @@ -220,7 +220,7 @@ // scriptType: 1, // scriptContent: "鎮ㄧ殑鑱屼笟鏄粈涔堬紵", // questionResult: null, - // ivrLibaScriptTargetoptionList: [ + // ivrTaskScriptTargetoptionList: [ // { targetvalue: "瀛︾敓", value: "student" }, // { targetvalue: "鏁欏笀", value: "teacher" }, // { targetvalue: "宸ョ▼甯�", value: "engineer", isabnormal: true }, @@ -233,7 +233,7 @@ // scriptType: 1, // scriptContent: "鎮ㄧ殑鑱屼笟鏄粈涔堬紵", // questionResult: null, - // ivrLibaScriptTargetoptionList: [ + // ivrTaskScriptTargetoptionList: [ // { targetvalue: "瀛︾敓", value: "student" }, // { targetvalue: "鏁欏笀", value: "teacher" }, // { targetvalue: "宸ョ▼甯�", value: "engineer" }, @@ -418,7 +418,7 @@ console.log(arr, "srr"); arr.forEach((item, index) => { if (item.scriptType == 3||item.scriptType == 4) return; - var obj = item.ivrLibaScriptTargetoptionList.find( + var obj = item.ivrTaskScriptTargetoptionList.find( (items) => items.targetvalue == item.questionResult ); console.log(obj, "isabnormal"); @@ -449,7 +449,7 @@ // 澶勭悊鍗曢�夐�夐」 handleOptionChange(selectedvalue, index, arr) { // 鏌ユ壘閫変腑鐨勯�夐」瀵硅薄 - const selectedOption = arr.ivrLibaScriptTargetoptionList.find( + const selectedOption = arr.ivrTaskScriptTargetoptionList.find( (option) => option.targetvalue == selectedvalue ); if (selectedOption) { @@ -464,7 +464,7 @@ // 锟斤拷鍔犲垎鏁� let score = 0; selectedvalues.forEach((value) => { - const selectedOption = arr.ivrLibaScriptTargetoptionList.find( + const selectedOption = arr.ivrTaskScriptTargetoptionList.find( (option) => option.targetvalue == value ); if (selectedOption) { -- Gitblit v1.9.3