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 @@
+
+ 保存
+