wenbobowen 4 년 전
부모
커밋
015c88e654

+ 15 - 15
src/router/newRouter.js

@@ -355,21 +355,21 @@ const layout = [
       }
     ]
   },
-  {
-    path: '/dataBigManage',
-    name: '数据大盘',
-    component: Layout,
-    icon: 'data-big',
-    redirect: '/dataBigManage/index',
-    children: [
-      {
-        path: 'index',
-        name: '数据大盘',
-        component: () => import('@/views/dataBigManage/index.vue'),
-        meta: { title: '数据大盘' }
-      }
-    ]
-  },
+  // {
+  //   path: '/dataBigManage',
+  //   name: '数据大盘',
+  //   component: Layout,
+  //   icon: 'data-big',
+  //   redirect: '/dataBigManage/index',
+  //   children: [
+  //     {
+  //       path: 'index',
+  //       name: '数据大盘',
+  //       component: () => import('@/views/dataBigManage/index.vue'),
+  //       meta: { title: '数据大盘' }
+  //     }
+  //   ]
+  // },
   {
     path: '/monthlyReport',
     name: '质量月报',

+ 3 - 0
src/views/projectManage/onlineproblem/index.vue

@@ -35,6 +35,9 @@ export default {
     async listSearch(data) {
       this.chartData = {}
       this.dataList = []
+      if (!data.year) {
+        return
+      }
       const res = await getlist({ ...data, bizId: this.$store.state.global.bizId })
       if (res.code === 200) {
         this.dataList = res.data.list || []

+ 10 - 0
src/views/projectManage/requirement/renderData/chartSearchForm.js

@@ -4,12 +4,14 @@ const data = [
     key: 'name',
     value: '',
     placeholder: '请输入标题或ID或望岳ID',
+    styles: { marginBottom: '15px', width: '380px' },
     type: 'input'
   },
   {
     name: '需求状态',
     key: 'statusList',
     placeholder: '请选择',
+    styles: { marginBottom: '15px', width: '380px' },
     type: 'select',
     multiple: true,
     value: [],
@@ -21,6 +23,7 @@ const data = [
     placeholder: '请选择',
     type: 'select',
     multiple: false,
+    styles: { marginBottom: '15px', width: '380px' },
     value: '',
     option: [] // label===name  value ===id
   },
@@ -32,6 +35,7 @@ const data = [
     hasSlot: true,
     utilName: 'getPerson',
     placeholder: '请输入姓名或邮箱前缀',
+    styles: { marginBottom: '15px', width: '380px' },
     value: '',
     option: []
   },
@@ -39,6 +43,7 @@ const data = [
     name: '需求类型',
     key: 'type',
     placeholder: '请选择',
+    styles: { marginBottom: '15px', width: '380px' },
     type: 'select',
     multiple: false,
     value: '',
@@ -48,6 +53,7 @@ const data = [
     name: '需求来源',
     key: 'sourceTypeList',
     placeholder: '请选择',
+    styles: { marginBottom: '15px', width: '380px' },
     type: 'select',
     multiple: true,
     value: [],
@@ -57,6 +63,7 @@ const data = [
     name: '优先级',
     key: 'priorityList',
     placeholder: '请选择',
+    styles: { marginBottom: '15px', width: '380px' },
     type: 'select',
     multiple: true,
     value: [],
@@ -70,6 +77,7 @@ const data = [
     hasSlot: true,
     utilName: 'getPerson',
     placeholder: '请输入姓名或邮箱前缀',
+    styles: { marginBottom: '15px', width: '380px' },
     value: '',
     option: []
   },
@@ -79,6 +87,7 @@ const data = [
     placeholder: '请选择',
     type: 'select',
     multiple: false,
+    styles: { marginBottom: '15px', width: '380px' },
     value: null,
     option: []
   },
@@ -86,6 +95,7 @@ const data = [
     name: '创建日期',
     key: 'date',
     type: 'dateStartAndEnd',
+    styles: { marginBottom: '15px', width: '380px' },
     value: []
   }
 ]

+ 10 - 0
src/views/projectManage/taskList/renderData/chartSearchForm.js

@@ -4,6 +4,7 @@ const data = [
     key: 'name',
     value: '',
     placeholder: '请输入标题或ID或望岳ID',
+    styles: { marginBottom: '15px', width: '380px' },
     type: 'input'
   },
   {
@@ -12,6 +13,7 @@ const data = [
     placeholder: '请选择',
     type: 'select',
     multiple: true,
+    styles: { marginBottom: '15px', width: '380px' },
     value: '',
     option: [] // label===msg  value ===code
   },
@@ -21,6 +23,7 @@ const data = [
     placeholder: '请选择',
     type: 'select',
     multiple: false,
+    styles: { marginBottom: '15px', width: '380px' },
     value: '',
     option: [] // label===name  value ===id
   },
@@ -30,6 +33,7 @@ const data = [
     placeholder: '请选择',
     type: 'select',
     multiple: false,
+    styles: { marginBottom: '15px', width: '380px' },
     value: '',
     option: [] // label===name  value ===id
   },
@@ -39,6 +43,7 @@ const data = [
     placeholder: '请选择',
     type: 'select',
     multiple: false,
+    styles: { marginBottom: '15px', width: '380px' },
     value: '',
     option: []
   },
@@ -47,6 +52,7 @@ const data = [
     key: 'PersonInCharge',
     type: 'remoteSelect',
     multiple: false,
+    styles: { marginBottom: '15px', width: '380px' },
     hasSlot: true,
     utilName: 'getPerson',
     placeholder: '请输入姓名或邮箱前缀',
@@ -59,6 +65,7 @@ const data = [
     placeholder: '请选择',
     type: 'select',
     multiple: false,
+    styles: { marginBottom: '15px', width: '380px' },
     value: '',
     option: [] // label===msg  value ===code
   },
@@ -67,6 +74,7 @@ const data = [
     key: 'creater',
     type: 'remoteSelect',
     multiple: false,
+    styles: { marginBottom: '15px', width: '380px' },
     hasSlot: true,
     utilName: 'getPerson',
     placeholder: '请输入姓名或邮箱前缀',
@@ -79,6 +87,7 @@ const data = [
     placeholder: '请选择',
     type: 'select',
     multiple: false,
+    styles: { marginBottom: '15px', width: '380px' },
     value: '',
     option: []
   },
@@ -86,6 +95,7 @@ const data = [
     name: '创建日期',
     key: 'date',
     type: 'dateStartAndEnd',
+    styles: { marginBottom: '15px', width: '380px' },
     value: []
   }
 ]

+ 2 - 2
src/views/projectManage/taskList/taskIndex.vue

@@ -333,7 +333,7 @@
         size="small"
         show-overflow-tooltip="true"
       >
-        <el-table-column label="优先级" width="90" prop="priority" sortable align="right">
+        <el-table-column label="优先级" width="90" fixed prop="priority" sortable align="right">
           <template slot-scope="scope">
             <div
               class="div_priority"
@@ -341,7 +341,7 @@
             >{{ scope.row.priorityString }}</div>
           </template>
         </el-table-column>
-        <el-table-column label="任务名称" min-width="250" show-overflow-tooltip align="left">
+        <el-table-column label="任务名称" min-width="250" fixed show-overflow-tooltip align="left">
           <template slot-scope="scope">
             <span style="font-size: 12px;color: rgba(167,174,188,1);">
               {{ scope.row.taskIdSting }}