| | |
| | | <template> |
| | | <div class="basic-info"> |
| | | <el-form ref="demoFormRef" :disabled="disabled" :model="investmentFundsForm" class="dialog_form"> |
| | | <el-form ref="demoFormRef" :disabled="disabled" :model="investmentFundsForm" :rules="rules" class="dialog_form"> |
| | | <!-- 保持原有模板内容不变 --> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="6"> |
| | | <el-form-item label="项目总投资额" label-width="130px" prop="fundsType" style="width: 100%"> |
| | | <el-form-item label="项目总投资额" label-width="130px" prop="totalInvestment" required style="width: 100%"> |
| | | <el-input v-model.trim="totalInvestment" class="item" clearable disabled style="width: 90%" |
| | | placeholder="请输入"/> |
| | | <span class="money">万元</span> |
| | |
| | | data() { |
| | | return { |
| | | projectForm: {}, |
| | | rules: { |
| | | |
| | | }, |
| | | investmentFundsForm: { |
| | | // id: '', |
| | | // projectId: '', |