From fab4d7d62b2039ab8660649d26a8c6f8f32193b5 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 11 一月 2024 17:41:11 +0800 Subject: [PATCH] 1. 初步完成评估任务整体逻辑; 2. 新增评估记录下载功能(待完善) --- src/views/fysp/evaluation/components/CompQuickSet.vue | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/views/fysp/evaluation/components/CompQuickSet.vue b/src/views/fysp/evaluation/components/CompQuickSet.vue index 2cd420b..e37fda3 100644 --- a/src/views/fysp/evaluation/components/CompQuickSet.vue +++ b/src/views/fysp/evaluation/components/CompQuickSet.vue @@ -33,7 +33,7 @@ dName: '闈欏畨鍖�', }, scenetype: { label: '宸ュ湴', value: '1' }, - sourcetype: false, + sourceType: 2, }, { name: '寰愭眹椁愰ギ', @@ -46,7 +46,7 @@ dName: '寰愭眹鍖�' }, scenetype: { label: '椁愰ギ', value: '5' }, - sourcetype: false, + sourceType: 2, }, { name: '閲戝北宸ュ湴', @@ -59,7 +59,7 @@ dName: '閲戝北鍖�' }, scenetype: { label: '宸ュ湴', value: '1' }, - sourcetype: false, + sourceType: 2, }, { name: '閲戝北鐮佸ご', @@ -72,7 +72,7 @@ dName: '閲戝北鍖�' }, scenetype: { label: '鐮佸ご', value: '2' }, - sourcetype: false, + sourceType: 2, }, { name: '閲戝北鎼呮媽绔�', @@ -85,21 +85,21 @@ dName: '閲戝北鍖�' }, scenetype: { label: '鎼呮媽绔�', value: '3' }, - sourcetype: false, + sourceType: 2, }, - { - name: '寰愭眹姹戒慨', - locations: { - pCode: '31', - pName: '涓婃捣甯�', - cCode: '3100', - cName: '涓婃捣甯�', - dCode: '310104', - dName: '寰愭眹鍖�' - }, - scenetype: { label: '姹戒慨', value: '7' }, - sourcetype: true, - } + // { + // name: '寰愭眹姹戒慨', + // locations: { + // pCode: '31', + // pName: '涓婃捣甯�', + // cCode: '3100', + // cName: '涓婃捣甯�', + // dCode: '310104', + // dName: '寰愭眹鍖�' + // }, + // scenetype: { label: '姹戒慨', value: '7' }, + // sourceType: 1, + // } ] } } -- Gitblit v1.9.3