zhangyanpeng
2020-01-23 7f2bc78a5101017c4470577003e4cf99c0ca7648
src/views/Overview.vue
@@ -35,7 +35,15 @@
            </div>
         </div>
      </div>
      <div class="z_shadow" style="float: right; margin-right: 1%; width: 28%; height: 70vh; border: 1px solid #e4eef9;"></div>
      <div class="z_shadow" style="float: right; margin-right: 1%; padding: 10px; box-sizing: border-box; width: 28%; height: 70vh; border: 1px solid #e4eef9; overflow: auto;">
         <h3 style="margin: 0px;">项目概览</h3>
         <div v-for="(type_itm, k_) in task_itm" :key="k_">
            <h3>{{k_+1}}、{{type_itm.name}} <span style="font-size: 12px; color: #409EFF;">{{type_itm.state}} </span></h3>
            <div>
               <span>{{type_itm.desp}}</span>
            </div>
         </div>
      </div>
      
      
      
@@ -72,6 +80,19 @@
            dialog_1: false,
            fileLevel: 0,
            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': "进行中"},
            ]
         }
      },
      mounted() {