From 19473b7fe17c104f5a21c2b3b7d7d443098d18cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sat, 23 Jul 2022 16:00:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DateRangeField/index.vue | 5 +- .../xm/core/xmIteration/XmIterationEdit.vue | 51 +++++++++++++++++-- .../xm/core/xmIteration/XmIterationMng.vue | 14 +---- 3 files changed, 51 insertions(+), 19 deletions(-) diff --git a/src/components/DateRangeField/index.vue b/src/components/DateRangeField/index.vue index a9264f5d..2284c1ef 100644 --- a/src/components/DateRangeField/index.vue +++ b/src/components/DateRangeField/index.vue @@ -51,7 +51,10 @@ export default { } }, props: { - + disabled:{ + type:Boolean, + default:false, + }, value: { }, diff --git a/src/views/xm/core/xmIteration/XmIterationEdit.vue b/src/views/xm/core/xmIteration/XmIterationEdit.vue index b469cf72..d084047d 100644 --- a/src/views/xm/core/xmIteration/XmIterationEdit.vue +++ b/src/views/xm/core/xmIteration/XmIterationEdit.vue @@ -3,11 +3,19 @@ - 迭代编号:{{editForm.id}}   归属产品:{{editForm.productName?editForm.productName:editForm.productId}} + 迭代编号:{{editForm.id}}   归属产品:{{editForm.productName?editForm.productName:editForm.productId}} + + + + + + + {{ xmProduct && xmProduct.id?xmProduct.productName||xmProduct.id:''}} + @@ -39,16 +47,20 @@ + + 保存 +