|
@@ -8,18 +8,18 @@
|
|
:inline="true"
|
|
:inline="true"
|
|
label-width="68px"
|
|
label-width="68px"
|
|
>
|
|
>
|
|
- <el-form-item label="项目" prop="projectId">
|
|
|
|
|
|
+ <el-form-item label="项目" prop="contractName">
|
|
<el-input
|
|
<el-input
|
|
- v-model="queryParams.projectId"
|
|
|
|
|
|
+ v-model="queryParams.contractName"
|
|
placeholder="请输入项目"
|
|
placeholder="请输入项目"
|
|
clearable
|
|
clearable
|
|
@keyup.enter="handleQuery"
|
|
@keyup.enter="handleQuery"
|
|
class="!w-240px"
|
|
class="!w-240px"
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
- <el-form-item label="任务" prop="taskId">
|
|
|
|
|
|
+ <el-form-item label="任务" prop="taskName">
|
|
<el-input
|
|
<el-input
|
|
- v-model="queryParams.taskId"
|
|
|
|
|
|
+ v-model="queryParams.taskName"
|
|
placeholder="请输入任务"
|
|
placeholder="请输入任务"
|
|
clearable
|
|
clearable
|
|
@keyup.enter="handleQuery"
|
|
@keyup.enter="handleQuery"
|
|
@@ -174,7 +174,9 @@ const queryParams = reactive({
|
|
pageNo: 1,
|
|
pageNo: 1,
|
|
pageSize: 10,
|
|
pageSize: 10,
|
|
deptId: undefined,
|
|
deptId: undefined,
|
|
|
|
+ contractName: undefined,
|
|
projectId: undefined,
|
|
projectId: undefined,
|
|
|
|
+ taskName: undefined,
|
|
taskId: undefined,
|
|
taskId: undefined,
|
|
projectClassification: undefined,
|
|
projectClassification: undefined,
|
|
relocationDays: undefined,
|
|
relocationDays: undefined,
|