diff --git a/src/views/projectLib/projectInfo/modifyfieldInfo.vue b/src/views/projectLib/projectInfo/modifyfieldInfo.vue index daea44c..0fd6f0d 100644 --- a/src/views/projectLib/projectInfo/modifyfieldInfo.vue +++ b/src/views/projectLib/projectInfo/modifyfieldInfo.vue @@ -161,7 +161,7 @@ //取出含有金额的内容,并设置最大值 let moenyform = formSchemasTemp.filter((item) => item.field.includes('Money')); moenyform.forEach((item) => { - item.componentProps['max'] = subres[item.field]; + // item.componentProps['max'] = subres[item.field]; showFormSchema.push(item); }); resetSchema(moenyform);