| | |
| | | icon="Plus" |
| | | @click="openDialog('add',{})" |
| | | >新增</el-button> |
| | | <span style="font-size: 15px;color: #ed5565;margin-left: 15px">补录今年1-6月的历史项目</span> |
| | | <span style="font-size: 15px;color: #ed5565;margin-left: 15px">补录2024年1-6月的历史项目</span> |
| | | <el-form :model="data.queryParams" ref="queryForm" :inline="true" label-width="68px" style="margin-top: 10px"> |
| | | <el-form-item label="项目名称"> |
| | | <el-input v-model="data.queryParams.name" placeholder="请输入项目名称"></el-input> |
| | | <el-input v-model.trim="data.queryParams.name" placeholder="请输入项目名称"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="时间范围" prop="searchTime"> |
| | | <el-date-picker |