zhangyanpeng
2020-02-11 050f815891df7c732e1ef64f1f32a83da495af11
src/views/Overview.vue
@@ -9,7 +9,7 @@
      </div>
      <div style="float: left; margin-left: 1%; width: 69%; height: 80vh; ">
      <div style="float: left; margin-left: 1%; width: 69%; height: 70vh; ">
         <div class="z_shadow" style="float: left; margin: 10px; margin-top: 0px; width: 46%; height: 43%; border: 1px solid #e4eef9;">
            <div id="myChart" :style="{width: '100%', height: '100%'}"></div>
         </div>
@@ -72,16 +72,7 @@
            fileList: [],
   
            task_itm: [
                {'id': "111_1", 'name': "立题服务", desp: "描述看到静安寺", 'state': "进行中"}, //
                {'id': "111_2", 'name': "方案开发服务", desp: "描述看到静安寺", 'state': "进行中"},
                {'id': "111_2", 'name': "方案开发服务", desp: "描述看到静安寺", 'state': "进行中"},
                {'id': "111_2", 'name': "方案开发服务", desp: "描述看到静安寺", 'state': "进行中"},
                {'id': "111_2", 'name': "方案开发服务", desp: "描述看到静安寺", 'state': "进行中"},
                {'id': "111_2", 'name': "方案开发服务", desp: "描述看到静安寺", 'state': "进行中"},
                {'id': "111_2", 'name': "方案开发服务", desp: "描述看到静安寺", 'state': "进行中"},
                {'id': "111_2", 'name': "方案开发服务", desp: "描述看到静安寺", 'state': "进行中"},
                {'id': "111_2", 'name': "方案开发服务", desp: "描述看到静安寺", 'state': "进行中"},
            ],
            myChart: undefined,
            userList: [],
@@ -219,7 +210,7 @@
                     }
                     return el;
                  });
                  result.scheme.detail = result.scheme.detail.map(el => {
                  result.scheme = result.scheme.map(el => {
                     if(el.finish) {
                        el.state="已结束";
                     }else if(el.delay) {
@@ -231,8 +222,9 @@
                     }
                     return el;
                  });
                  me.fileList = result.paths;
                  me.scheme = result.scheme;
                  me.task_itm = result.scheme;
                  me.deals = result.record;
               }
            }).catch(error => {