src/views/index.vue
@@ -337,16 +337,6 @@ } ]) // 合同金额分析数据 const contractList = [ { name: '深圳科技有限公司', percent: 36, value: 4544, color: '#4fc3f7' }, { name: '北京科技有限公司', percent: 20, value: 4000, color: '#81c784' }, { name: '广州科技有限公司', percent: 16, value: 3113, color: '#ffb74d' }, { name: '上海科技有限公司', percent: 10, value: 2341, color: '#ba68c8' }, { name: '南京科技有限公司', percent: 9, value: 1231, color: '#e57373' }, { name: '北京未来科技有限公司', percent: 9, value: 1231, color: '#64b5f6' } ] // 待办事项 const todoList = ref([]) const radio1 = ref(1)