| | |
| | | |
| | | |
| | | </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> |
| | |
| | | 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: [], |
| | |
| | | } |
| | | 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) { |
| | |
| | | } |
| | | return el; |
| | | }); |
| | | |
| | | me.fileList = result.paths; |
| | | me.scheme = result.scheme; |
| | | me.task_itm = result.scheme; |
| | | me.deals = result.record; |
| | | } |
| | | }).catch(error => { |