فهرست منبع

vue 20241227 训练任务管理 修改

贾小兵 5 ماه پیش
والد
کامیت
fda570150e
1فایلهای تغییر یافته به همراه6 افزوده شده و 8 حذف شده
  1. 6 8
      ruoyi-ui/src/views/peoples/task/index.vue

+ 6 - 8
ruoyi-ui/src/views/peoples/task/index.vue

@@ -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: [