zhouwx
2024-06-14 137910cf4fc73a3a2787a3a02718f1e1f637c368
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="请输入项目投资金额"