From 9198837d6507aa93e18a5ca1025be4fca6bc315b Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Tue, 28 May 2024 23:17:34 +0800 Subject: [PATCH] =?UTF-8?q?feat=20:=20=E9=A1=B9=E7=9B=AE=E5=AE=9E=E6=96=BD?= =?UTF-8?q?=E7=9A=84=E9=98=B6=E6=AE=B5=E5=8F=98=E6=9B=B4=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../implementation/index.vue | 10 +- .../implementation/phase.vue | 151 ++++++++++++++++++ 2 files changed, 160 insertions(+), 1 deletion(-) create mode 100644 src/views/project-management/implementation/phase.vue diff --git a/src/views/project-management/implementation/index.vue b/src/views/project-management/implementation/index.vue index 5933c51..050022e 100644 --- a/src/views/project-management/implementation/index.vue +++ b/src/views/project-management/implementation/index.vue @@ -181,7 +181,7 @@ const tableConfig = reactive({ btn.push({label: '查看分摊', prem: ['mosr:requirement:info'], func: () => handleShare(row), type: 'primary'}) } if (buttons.has("phaseChange")) { - btn.push({label: '阶段变更', prem: ['mosr:requirement:info'], func: () => handleChange(row), type: 'primary'}) + btn.push({label: '阶段变更', prem: ['mosr:requirement:info'], func: () => handlePhaseChange(row), type: 'primary'}) } return (