| | |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="6"> |
| | | <el-form-item label="3.地方政府专项债券" label-width="130px" prop="engineering" style="width: 100%"> |
| | | <el-input v-model.trim="investmentFundsForm.deptBond" class="item" clearable maxlength="255" style="width: 90%" |
| | | placeholder="请输入"/> |
| | | <span class="money">万元</span> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="超长期特别国债" label-width="130px" prop="engineering" style="width: 100%"> |
| | | <el-input v-model.trim="investmentFundsForm.nationalDebt" class="item" clearable maxlength="255" style="width: 90%" |
| | | placeholder="请输入"/> |
| | | <span class="money">万元</span> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | </div> |
| | | </template> |