Showing
1 changed file
with
0 additions
and
11 deletions
| ... | ... | @@ -42,30 +42,19 @@ |
| 42 | 42 | </view> |
| 43 | 43 | </view> |
| 44 | 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 | 45 | </view> |
| 54 | 46 | </template> |
| 55 | 47 | |
| 56 | 48 | <script> |
| 57 | -import FileUpload from '@/components/file-upload/index.vue' | |
| 58 | 49 | import { |
| 59 | 50 | statisticsCountApi |
| 60 | 51 | } from '@/api/flow.js' |
| 61 | 52 | import { getMenusApi } from '@/api/base.js' |
| 62 | 53 | export default { |
| 63 | - components: { FileUpload }, | |
| 64 | 54 | data() { |
| 65 | 55 | return { |
| 66 | 56 | todoCount: '', |
| 67 | 57 | myCreateCount: '', |
| 68 | - fileInfo: { id: '', name: '' }, | |
| 69 | 58 | sectionList: [{ |
| 70 | 59 | title: '客户开发管理', |
| 71 | 60 | items: [{ | ... | ... |