|
@@ -3,9 +3,9 @@
|
|
|
<el-row>
|
|
|
<!--用户数据-->
|
|
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch">
|
|
|
- <el-form-item label="任务名称" prop="userName">
|
|
|
+ <el-form-item label="任务名称" prop="name">
|
|
|
<el-input
|
|
|
- v-model="queryParams.userName"
|
|
|
+ v-model="queryParams.name"
|
|
|
placeholder="请输入任务名称"
|
|
|
clearable
|
|
|
style="width: 200px"
|
|
@@ -119,8 +119,8 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column label="故障现象数量" align="center" key="xianxiang" prop="xianxiang" v-if="columns[3].visible" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="故障部位数量" align="center" key="buwei" prop="buwei" v-if="columns[4].visible" :show-overflow-tooltip="true" />
|
|
|
+ <el-table-column label="故障现象数量" align="center" key="countGZXX" prop="countGZXX" v-if="columns[3].visible" :show-overflow-tooltip="true" />
|
|
|
+ <el-table-column label="故障部位数量" align="center" key="countGZBW" prop="countGZBW" v-if="columns[4].visible" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="创建者" align="center" key="createBy" prop="createBy" v-if="columns[5].visible" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="备注" align="center" key="remark" prop="remark" v-if="columns[6].visible" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="创建时间" align="center" prop="createTime" v-if="columns[7].visible" width="160">
|
|
@@ -1616,10 +1616,8 @@ export default {
|
|
|
queryParams: {
|
|
|
pageNum: 1,
|
|
|
pageSize: 10,
|
|
|
- userName: undefined,
|
|
|
- phonenumber: undefined,
|
|
|
- status: undefined,
|
|
|
- deptId: undefined
|
|
|
+ name: undefined,
|
|
|
+ simType: undefined,
|
|
|
},
|
|
|
// 列信息
|
|
|
columns: [
|