diff --git a/README.md b/README.md index 844f650..37a8d19 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ git clone https://gitee.com/y_project/RuoYi-Vue # 进入项目目录 cd ruoyi-ui +### node版本需求 16.15.0 + # 安装依赖 npm install diff --git a/src/views/components/CrowdsourceAudit.vue b/src/views/components/CrowdsourceAudit.vue index 1c54dfe..e02eb80 100644 --- a/src/views/components/CrowdsourceAudit.vue +++ b/src/views/components/CrowdsourceAudit.vue @@ -7,7 +7,7 @@ {{ task.needPerson }}人 - {{ findLabelValueByProp(list, task.testType, 'dictValue', 'dictLabel')}} + {{ findLabelValueByProp(list, task.testType, 'dictValue', 'dictLabel') }} {{ task.techNeed }} @@ -30,7 +30,7 @@