Commit eac5fc31ccfb74cdb161188c6413cb8ad88f707c

Authored by 史婷婷
1 parent 507bd5ee

feat: 首页去除不要代码

Showing 1 changed file with 0 additions and 11 deletions
@@ -42,30 +42,19 @@ @@ -42,30 +42,19 @@
42 </view> 42 </view>
43 </view> 43 </view>
44 </view> 44 </view>
45 - <!-- todo 后续删掉 -->  
46 - <view class="section">  
47 - <text class="section-title">附件上传</text>  
48 - <view class="upload-row">  
49 - <FileUpload v-model="fileInfo" />  
50 - </view>  
51 - <view v-if="fileInfo && fileInfo.name" class="upload-show">{{ fileInfo.name }}</view>  
52 - </view>  
53 </view> 45 </view>
54 </template> 46 </template>
55 47
56 <script> 48 <script>
57 -import FileUpload from '@/components/file-upload/index.vue'  
58 import { 49 import {
59 statisticsCountApi 50 statisticsCountApi
60 } from '@/api/flow.js' 51 } from '@/api/flow.js'
61 import { getMenusApi } from '@/api/base.js' 52 import { getMenusApi } from '@/api/base.js'
62 export default { 53 export default {
63 - components: { FileUpload },  
64 data() { 54 data() {
65 return { 55 return {
66 todoCount: '', 56 todoCount: '',
67 myCreateCount: '', 57 myCreateCount: '',
68 - fileInfo: { id: '', name: '' },  
69 sectionList: [{ 58 sectionList: [{
70 title: '客户开发管理', 59 title: '客户开发管理',
71 items: [{ 60 items: [{