diff --git a/src/views/product/components/ProductPlanManager.vue b/src/views/product/components/ProductPlanManager.vue index 32b01c6..232a3fa 100644 --- a/src/views/product/components/ProductPlanManager.vue +++ b/src/views/product/components/ProductPlanManager.vue @@ -131,6 +131,12 @@
匹配区间: {{ getMatchedAttrName(spec, selectedArgs[spec.id]) }}
+
+ + + {{ isSystemSizeTooSmall(spec) ? '当前系统盘小于30GB,Windows镜像可能无法正常运行' : 'Windows系统镜像建议系统盘不低于30GB' }} + +