From 301124d371562ff3f5b60a76fcbce2d02be80592 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期六, 29 三月 2025 18:00:28 +0800 Subject: [PATCH] 设备核查计划-记录、对比流程修改 --- src/views/CNAS/process/ensureResults/qualityControlPlan/index.vue | 29 +++++++++++++++++++++-------- 1 files changed, 21 insertions(+), 8 deletions(-) diff --git a/src/views/CNAS/process/ensureResults/qualityControlPlan/index.vue b/src/views/CNAS/process/ensureResults/qualityControlPlan/index.vue index 719c8be..ca56ba6 100644 --- a/src/views/CNAS/process/ensureResults/qualityControlPlan/index.vue +++ b/src/views/CNAS/process/ensureResults/qualityControlPlan/index.vue @@ -258,11 +258,11 @@ }, { label: '鐩戠潱鐩殑', prop: 'supervisePurpose', - width: '150px', + width: '180px', }, { label: '鐩戞帶椤圭洰', prop: 'superviseProject', - width: '150px' + width: '180px' }, { label: '琚洃鐫d汉鍛�', prop: 'supervisee', @@ -280,8 +280,10 @@ if (params === 0) { return '鏈紑濮�'; } else if (params === 1) { - return '寰呮壒鍑�'; - } else if (params === 2) { + return '寰呰瘎浠�'; + } else if (params === 2) { + return '涓嶆壒鍑�'; + } else if (params === 3) { return '宸叉壒鍑�'; } else { return null; @@ -293,6 +295,8 @@ } else if (params === 1) { return 'warning'; } else if (params === 2) { + return 'danger'; + } else if (params === 3) { return 'success'; } else { return null; @@ -307,8 +311,10 @@ if (params === 0) { return '鏈紑濮�'; } else if (params === 1) { - return '寰呮壒鍑�'; - } else if (params === 2) { + return '寰呰瘎浠�'; + } else if (params === 2) { + return '涓嶆壒鍑�'; + } else if (params === 3) { return '宸叉壒鍑�'; } else { return null; @@ -320,6 +326,8 @@ } else if (params === 1) { return 'warning'; } else if (params === 2) { + return 'danger'; + } else if (params === 3) { return 'success'; } else { return null; @@ -334,8 +342,10 @@ if (params === 0) { return '鏈紑濮�'; } else if (params === 1) { - return '寰呮壒鍑�'; - } else if (params === 2) { + return '寰呰瘎浠�'; + } else if (params === 2) { + return '涓嶆壒鍑�'; + } else if (params === 3) { return '宸叉壒鍑�'; } else { return null; @@ -347,6 +357,8 @@ } else if (params === 1) { return 'warning'; } else if (params === 2) { + return 'danger'; + } else if (params === 3) { return 'success'; } else { return null; @@ -357,6 +369,7 @@ prop: 'remark', }, { dataType: 'action', + fixed: 'right', label: '鎿嶄綔', operation: [ { -- Gitblit v1.9.3