src/views/safetyReview/projectManage/components/riskAnalysis.vue
@@ -71,7 +71,7 @@ <el-col :span="6"> <el-form-item prop="project.invest" label="项目投资金额"> <el-input @input="state.formData.project.invest= state.formData.project.invest.replace(/[^\d|\.]/g,'')" @input="state.formData.project.invest= state.formData.project.invest.replace(/[^0-9.\/\-]/g,'')" v-model="state.formData.project.invest" size="large" placeholder="请输入项目投资金额"