swordpass-ui 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +37 -0
- package/lib/demo.html +10 -0
- package/lib/img/icon_found_img.c785c1b7.png +0 -0
- package/lib/sword-vue-ui.common.js +61402 -0
- package/lib/sword-vue-ui.css +1 -0
- package/lib/sword-vue-ui.umd.js +61412 -0
- package/lib/sword-vue-ui.umd.min.js +6 -0
- package/package.json +109 -0
- package/packages/AddQueryStrategy/index.js +7 -0
- package/packages/AddQueryStrategy/src/main.vue +236 -0
- package/packages/Autocomplete/index.js +7 -0
- package/packages/Autocomplete/src/main.vue +192 -0
- package/packages/Button/index.js +7 -0
- package/packages/Button/src/main.vue +90 -0
- package/packages/Cascader/index.js +7 -0
- package/packages/Cascader/src/main.vue +210 -0
- package/packages/Chart/index.js +7 -0
- package/packages/Chart/src/Chart.vue +831 -0
- package/packages/Checkbox/index.js +7 -0
- package/packages/Checkbox/src/main.vue +200 -0
- package/packages/Collapse/index.js +7 -0
- package/packages/Collapse/src/ClCollapse.vue +67 -0
- package/packages/Collapse/src/ClCollapseItem.vue +21 -0
- package/packages/CollapseItem/index.js +7 -0
- package/packages/CustomDialog/index.js +7 -0
- package/packages/CustomDialog/src/customDialog.js +99 -0
- package/packages/CustomDialog/src/main.vue +1944 -0
- package/packages/DataView/index.js +7 -0
- package/packages/DataView/src/DataView.vue +45 -0
- package/packages/Date/index.js +7 -0
- package/packages/Date/src/main.vue +180 -0
- package/packages/DatePicker/index.js +7 -0
- package/packages/DatePicker/src/main.vue +155 -0
- package/packages/Demension/index.js +7 -0
- package/packages/Demension/src/main.vue +379 -0
- package/packages/Dialog/index.js +7 -0
- package/packages/Dialog/src/main.vue +160 -0
- package/packages/Dictionary/index.js +7 -0
- package/packages/Dictionary/src/main.vue +204 -0
- package/packages/DimensionSelector/index.js +7 -0
- package/packages/DimensionSelector/src/main.vue +359 -0
- package/packages/DimensionSelectorInput/index.js +7 -0
- package/packages/DimensionSelectorInput/src/main.vue +79 -0
- package/packages/Divider/index.js +7 -0
- package/packages/Divider/src/main.vue +38 -0
- package/packages/Duration/index.js +7 -0
- package/packages/Duration/src/main.vue +172 -0
- package/packages/Editor/index.js +7 -0
- package/packages/Editor/src/main.vue +280 -0
- package/packages/Explain/index.js +7 -0
- package/packages/Explain/src/main.vue +55 -0
- package/packages/FieldTail/index.js +7 -0
- package/packages/FieldTail/src/main.vue +163 -0
- package/packages/File/index.js +7 -0
- package/packages/File/src/FileCard.vue +169 -0
- package/packages/File/src/FileList.vue +180 -0
- package/packages/File/src/FileTable.vue +223 -0
- package/packages/File/src/main.vue +467 -0
- package/packages/FileUpload/index.js +7 -0
- package/packages/FileUpload/src/main.vue +222 -0
- package/packages/FlowChart/index.js +7 -0
- package/packages/FlowChart/src/main.vue +386 -0
- package/packages/FormItem/index.js +7 -0
- package/packages/FormItem/src/main.vue +167 -0
- package/packages/Global/index.js +12 -0
- package/packages/Global/src/GlobalQuery.vue +200 -0
- package/packages/Global/src/GlobalValidate.vue +69 -0
- package/packages/Icon/index.js +7 -0
- package/packages/Icon/src/icons/ad.js +14 -0
- package/packages/Icon/src/icons/address-book.js +14 -0
- package/packages/Icon/src/icons/arrow.js +14 -0
- package/packages/Icon/src/icons/attachment.js +18 -0
- package/packages/Icon/src/icons/balance.js +14 -0
- package/packages/Icon/src/icons/ban.js +14 -0
- package/packages/Icon/src/icons/bell.js +14 -0
- package/packages/Icon/src/icons/block.js +26 -0
- package/packages/Icon/src/icons/book.js +14 -0
- package/packages/Icon/src/icons/bookmark.js +14 -0
- package/packages/Icon/src/icons/bug.js +22 -0
- package/packages/Icon/src/icons/bullhorn.js +14 -0
- package/packages/Icon/src/icons/calc.js +14 -0
- package/packages/Icon/src/icons/checkbox.js +14 -0
- package/packages/Icon/src/icons/circle.js +14 -0
- package/packages/Icon/src/icons/close.js +14 -0
- package/packages/Icon/src/icons/cloud-sun.js +14 -0
- package/packages/Icon/src/icons/coffee.js +14 -0
- package/packages/Icon/src/icons/component.js +14 -0
- package/packages/Icon/src/icons/compress.js +14 -0
- package/packages/Icon/src/icons/copyright.js +14 -0
- package/packages/Icon/src/icons/dialog.js +14 -0
- package/packages/Icon/src/icons/download.js +14 -0
- package/packages/Icon/src/icons/duration.js +14 -0
- package/packages/Icon/src/icons/excel.js +18 -0
- package/packages/Icon/src/icons/expand.js +14 -0
- package/packages/Icon/src/icons/export.js +21 -0
- package/packages/Icon/src/icons/eye-slash.js +14 -0
- package/packages/Icon/src/icons/eye.js +14 -0
- package/packages/Icon/src/icons/file.js +18 -0
- package/packages/Icon/src/icons/form.js +14 -0
- package/packages/Icon/src/icons/ganged.js +14 -0
- package/packages/Icon/src/icons/gaode.js +27 -0
- package/packages/Icon/src/icons/gift.js +14 -0
- package/packages/Icon/src/icons/home.js +14 -0
- package/packages/Icon/src/icons/image.js +14 -0
- package/packages/Icon/src/icons/import.js +18 -0
- package/packages/Icon/src/icons/index.js +67 -0
- package/packages/Icon/src/icons/info.js +21 -0
- package/packages/Icon/src/icons/laptop.js +14 -0
- package/packages/Icon/src/icons/line.js +34 -0
- package/packages/Icon/src/icons/lock.js +14 -0
- package/packages/Icon/src/icons/map.js +18 -0
- package/packages/Icon/src/icons/more.js +19 -0
- package/packages/Icon/src/icons/move.js +14 -0
- package/packages/Icon/src/icons/org.js +18 -0
- package/packages/Icon/src/icons/palette.js +14 -0
- package/packages/Icon/src/icons/plan.js +17 -0
- package/packages/Icon/src/icons/ppt.js +18 -0
- package/packages/Icon/src/icons/question.js +18 -0
- package/packages/Icon/src/icons/radio.js +14 -0
- package/packages/Icon/src/icons/refresh.js +14 -0
- package/packages/Icon/src/icons/search.js +14 -0
- package/packages/Icon/src/icons/select.js +14 -0
- package/packages/Icon/src/icons/setting.js +18 -0
- package/packages/Icon/src/icons/simple-collapse.js +18 -0
- package/packages/Icon/src/icons/simple-expand.js +14 -0
- package/packages/Icon/src/icons/sort.js +22 -0
- package/packages/Icon/src/icons/sword.js +26 -0
- package/packages/Icon/src/icons/table.js +14 -0
- package/packages/Icon/src/icons/time.js +14 -0
- package/packages/Icon/src/icons/tree.js +14 -0
- package/packages/Icon/src/icons/typography.js +18 -0
- package/packages/Icon/src/icons/upload.js +18 -0
- package/packages/Icon/src/icons/user.js +14 -0
- package/packages/Icon/src/icons/users.js +30 -0
- package/packages/Icon/src/icons/video.js +14 -0
- package/packages/Icon/src/icons/word.js +18 -0
- package/packages/Icon/src/main.vue +432 -0
- package/packages/Image/index.js +7 -0
- package/packages/Image/src/main.vue +66 -0
- package/packages/Input/index.js +7 -0
- package/packages/Input/src/main.vue +552 -0
- package/packages/JobSelector/index.js +7 -0
- package/packages/JobSelector/src/main.vue +339 -0
- package/packages/JobSelectorInput/index.js +7 -0
- package/packages/JobSelectorInput/src/main.vue +87 -0
- package/packages/Map/index.js +7 -0
- package/packages/Map/src/Map.vue +427 -0
- package/packages/Milepost/index.js +7 -0
- package/packages/Milepost/src/main.vue +45 -0
- package/packages/OnlineForm/index.js +7 -0
- package/packages/OnlineForm/src/Form.vue +359 -0
- package/packages/OrgPostDialog/index.js +7 -0
- package/packages/OrgPostDialog/src/main.vue +244 -0
- package/packages/OrgSelector/index.js +7 -0
- package/packages/OrgSelector/src/main.vue +493 -0
- package/packages/OrgSelectorInput/index.js +7 -0
- package/packages/OrgSelectorInput/src/OrgSelectorInput.vue +216 -0
- package/packages/PostSelector/index.js +7 -0
- package/packages/PostSelector/src/main.vue +463 -0
- package/packages/PostSelectorInput/index.js +7 -0
- package/packages/PostSelectorInput/src/PostSelectorInput.vue +200 -0
- package/packages/Preview/index.js +7 -0
- package/packages/Preview/src/FillPage.vue +311 -0
- package/packages/Preview/src/FrameViewer.vue +135 -0
- package/packages/Preview/src/Loading.vue +126 -0
- package/packages/Preview/src/PdfViewer.vue +125 -0
- package/packages/Preview/src/TextViewer.vue +99 -0
- package/packages/Preview/src/main.vue +242 -0
- package/packages/Preview/src/watermark.js +124 -0
- package/packages/ProcessRecord/index.js +7 -0
- package/packages/ProcessRecord/src/main.vue +392 -0
- package/packages/Qrcode/index.js +7 -0
- package/packages/Qrcode/src/Qrcode.vue +105 -0
- package/packages/QuerySqlPreview/index.js +7 -0
- package/packages/QuerySqlPreview/src/QuerySqlPreview.vue +163 -0
- package/packages/Radio/index.js +7 -0
- package/packages/Radio/src/main.vue +172 -0
- package/packages/Rate/index.js +7 -0
- package/packages/Rate/src/main.vue +89 -0
- package/packages/ReadonlyInput/index.js +7 -0
- package/packages/ReadonlyInput/src/main.vue +92 -0
- package/packages/RelevantFlow/index.js +7 -0
- package/packages/RelevantFlow/src/main.vue +547 -0
- package/packages/RelevantFlow/src/relevantFlow.js +28 -0
- package/packages/RoleSelector/index.js +7 -0
- package/packages/RoleSelector/src/main.vue +358 -0
- package/packages/RoleSelectorInput/index.js +7 -0
- package/packages/RoleSelectorInput/src/main.vue +84 -0
- package/packages/SaveButton/index.js +7 -0
- package/packages/SaveButton/src/main.vue +73 -0
- package/packages/Select/index.js +7 -0
- package/packages/Select/src/main.vue +330 -0
- package/packages/SelectTree/index.js +7 -0
- package/packages/SelectTree/src/SelectTree.vue +352 -0
- package/packages/Selector/index.js +7 -0
- package/packages/Selector/src/main.vue +617 -0
- package/packages/SidebarDialog/index.js +7 -0
- package/packages/SidebarDialog/src/main.vue +156 -0
- package/packages/Slider/index.js +7 -0
- package/packages/Slider/src/main.vue +84 -0
- package/packages/Step/index.js +7 -0
- package/packages/StepLayout/index.js +7 -0
- package/packages/Steps/index.js +7 -0
- package/packages/Steps/src/Step.vue +122 -0
- package/packages/Steps/src/StepLayout.vue +35 -0
- package/packages/Steps/src/Steps.vue +65 -0
- package/packages/Subtable/index.js +33 -0
- package/packages/Subtable/src/SubDialog.vue +1926 -0
- package/packages/Subtable/src/SubExportDialog.vue +115 -0
- package/packages/Subtable/src/SubImportDialog.vue +316 -0
- package/packages/Subtable/src/SubPagination.vue +112 -0
- package/packages/Subtable/src/SubtableBackfill.vue +83 -0
- package/packages/Subtable/src/dialog.js +42 -0
- package/packages/Switch/index.js +7 -0
- package/packages/Switch/src/main.vue +83 -0
- package/packages/Table/index.js +7 -0
- package/packages/Table/src/CustomColumn.vue +351 -0
- package/packages/Table/src/Table.vue +979 -0
- package/packages/TableColumn/index.js +7 -0
- package/packages/TableColumn/src/main.vue +177 -0
- package/packages/TableSearchField/index.js +7 -0
- package/packages/TableSearchField/src/main.vue +334 -0
- package/packages/TableSearchPanel/index.js +7 -0
- package/packages/TableSearchPanel/src/main.vue +149 -0
- package/packages/Tabs/index.js +7 -0
- package/packages/Tabs/src/Tabs.vue +140 -0
- package/packages/Tag/index.js +7 -0
- package/packages/Tag/src/main.vue +264 -0
- package/packages/TemplateBatchUpdate/index.js +7 -0
- package/packages/TemplateBatchUpdate/src/TemplateBatchUpdateDialog.vue +174 -0
- package/packages/TemplateForm/index.js +7 -0
- package/packages/TemplateForm/src/main.vue +645 -0
- package/packages/TemplateFormDialog/index.js +7 -0
- package/packages/TemplateFormDialog/src/main.vue +61 -0
- package/packages/TemplateImportResult/index.js +7 -0
- package/packages/TemplateImportResult/src/main.vue +158 -0
- package/packages/TemplatePreview/index.js +19 -0
- package/packages/TemplatePreview/src/TemplatePreview.vue +169 -0
- package/packages/TemplatePreview/src/TemplatePreviewFile.vue +171 -0
- package/packages/TemplatePreview/src/TemplatePreviewImage.vue +83 -0
- package/packages/TemplateTaskCirculate/index.js +7 -0
- package/packages/TemplateTaskCirculate/src/main.vue +238 -0
- package/packages/Text/index.js +7 -0
- package/packages/Text/src/main.vue +57 -0
- package/packages/TimePicker/index.js +7 -0
- package/packages/TimePicker/src/main.vue +139 -0
- package/packages/TimeSelect/index.js +7 -0
- package/packages/TimeSelect/src/main.vue +96 -0
- package/packages/Tree/index.js +7 -0
- package/packages/Tree/src/main.vue +439 -0
- package/packages/TreeDialog/index.js +7 -0
- package/packages/TreeDialog/src/main.vue +293 -0
- package/packages/TreeListDialog/index.js +7 -0
- package/packages/TreeListDialog/src/main.vue +219 -0
- package/packages/Typography/index.js +8 -0
- package/packages/Typography/src/create-header.js +72 -0
- package/packages/UserDialog/index.js +7 -0
- package/packages/UserDialog/src/main.vue +250 -0
- package/packages/UserSelector/index.js +7 -0
- package/packages/UserSelector/src/main.vue +746 -0
- package/packages/UserSelectorInput/index.js +7 -0
- package/packages/UserSelectorInput/src/main.vue +319 -0
- package/packages/picture/index.js +7 -0
- package/packages/picture/src/main.vue +530 -0
- package/packages/plugins/Echarts.js +30 -0
- package/packages/plugins/Map.js +29 -0
- package/packages/plugins/Preview.js +49 -0
- package/packages/plugins/Qrcode.js +7 -0
- package/packages/plugins/XLSX.js +7 -0
- package/packages/plugins/wangeditor.js +19 -0
- package/src/assets/icon_found_img.png +0 -0
- package/src/assets/table-no-data.png +0 -0
- package/src/directive/badge.js +53 -0
- package/src/directive/copy.js +47 -0
- package/src/directive/ellipsis.js +6 -0
- package/src/directive/expandClick.js +23 -0
- package/src/directive/express.js +86 -0
- package/src/directive/form.js +122 -0
- package/src/directive/format.js +24 -0
- package/src/directive/formulas.js +708 -0
- package/src/directive/index.js +42 -0
- package/src/directive/permissionLine.js +59 -0
- package/src/directive/permissionLineLable.js +56 -0
- package/src/directive/permit.js +23 -0
- package/src/directive/popconfirm.js +86 -0
- package/src/directive/relatedQuery.js +61 -0
- package/src/directive/resize.js +18 -0
- package/src/directive/subSort.js +18 -0
- package/src/directive/tableDrag.js +25 -0
- package/src/directive/tooltip.js +37 -0
- package/src/filter/computerSize.js +23 -0
- package/src/filter/dateFormat.js +10 -0
- package/src/filter/index.js +10 -0
- package/src/index.js +267 -0
- package/src/locale/format.js +44 -0
- package/src/locale/index.js +48 -0
- package/src/locale/lang/en.js +59 -0
- package/src/locale/lang/zh-CN.js +58 -0
- package/src/locale/lang/zh-TW.js +57 -0
- package/src/locale/validate/dict.js +223 -0
- package/src/math.js +270 -0
- package/src/mixins/emitter.js +33 -0
- package/src/mixins/form.js +25 -0
- package/src/mixins/formDataUpdate.js +32 -0
- package/src/mixins/ganged.js +126 -0
- package/src/mixins/inputName.js +30 -0
- package/src/mixins/linkage.js +403 -0
- package/src/mixins/locale.js +9 -0
- package/src/mixins/mobileMode.js +27 -0
- package/src/mixins/onlineHottable.js +105 -0
- package/src/mixins/onlineSubtable.js +468 -0
- package/src/mixins/permission.js +84 -0
- package/src/mixins/querySqlPreview.js +747 -0
- package/src/mixins/regionValidator.js +70 -0
- package/src/mixins/script.js +35 -0
- package/src/mixins/templatePreview.js +3673 -0
- package/src/service.js +336 -0
- package/src/services/CustomQuery.js +199 -0
- package/src/services/SubPagination.js +132 -0
- package/src/styles/index.scss +7 -0
- package/src/styles/selector.scss +127 -0
- package/src/styles/variables.scss +71 -0
- package/src/util/base64.js +21 -0
- package/src/util/brower.js +15 -0
- package/src/util/clone.js +61 -0
- package/src/util/path.js +4 -0
- package/src/util/request.js +14 -0
- package/src/utils.js +1205 -0
- package/src/validate.js +184 -0
|
@@ -0,0 +1,467 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div
|
|
3
|
+
:class="[
|
|
4
|
+
'inputs',
|
|
5
|
+
formInputsDisplay == 'block'
|
|
6
|
+
? 'cl-form-inputs__block'
|
|
7
|
+
: 'cl-form-inputs__inline',
|
|
8
|
+
]"
|
|
9
|
+
:style="inputsContainerWidth"
|
|
10
|
+
>
|
|
11
|
+
<input
|
|
12
|
+
v-model="value"
|
|
13
|
+
v-validate="inputValidate"
|
|
14
|
+
type="hidden"
|
|
15
|
+
:name="inputName"
|
|
16
|
+
/>
|
|
17
|
+
<file-upload
|
|
18
|
+
v-if="inputWriteable"
|
|
19
|
+
ref="fileUpload"
|
|
20
|
+
v-model="inputVal"
|
|
21
|
+
:list-type="pictureWall ? 'picture-card' : null"
|
|
22
|
+
:action-url="actionUrlVal"
|
|
23
|
+
:multiple="multiple"
|
|
24
|
+
:accept="acceptType"
|
|
25
|
+
:before-upload="beforeUpload"
|
|
26
|
+
:on-success="uploadSuccess"
|
|
27
|
+
:on-error="onError"
|
|
28
|
+
:limit="limit"
|
|
29
|
+
:header="headerVal"
|
|
30
|
+
:size="size"
|
|
31
|
+
:readonly="!inputWriteable"
|
|
32
|
+
:with-credentials="withCredentials"
|
|
33
|
+
@on-progress="handleProgress"
|
|
34
|
+
@handle-error="handleError"
|
|
35
|
+
@clear="handleClear"
|
|
36
|
+
>
|
|
37
|
+
<slot slot="append" name="append"></slot>
|
|
38
|
+
</file-upload>
|
|
39
|
+
<div v-if="isMobile && inputWriteable" class="upload-tooltip">
|
|
40
|
+
支持{{ acceptType ? acceptType : '所有' }}格式,文件大小不超过{{
|
|
41
|
+
size ? size : '50MB'
|
|
42
|
+
}},文件个数不超过{{ limit ? limit : 5 }}个
|
|
43
|
+
</div>
|
|
44
|
+
<cl-field-tail
|
|
45
|
+
:writeable.sync="writeable"
|
|
46
|
+
:field-name="inputName"
|
|
47
|
+
:input-value="value"
|
|
48
|
+
/>
|
|
49
|
+
<!-- 表格模式显示附件 -->
|
|
50
|
+
<file-table
|
|
51
|
+
v-if="typeVal == 'table' && value"
|
|
52
|
+
:data="inputVal"
|
|
53
|
+
:permission="permission_sub"
|
|
54
|
+
:size="sizeType"
|
|
55
|
+
:previewable="previewableVal"
|
|
56
|
+
:column-show="columnShow"
|
|
57
|
+
:prop-conf="propConf"
|
|
58
|
+
:downloadable="downloadableVal"
|
|
59
|
+
:sortable="sortable"
|
|
60
|
+
:input-writeable="inputWriteable"
|
|
61
|
+
@preview="preview"
|
|
62
|
+
@download="download"
|
|
63
|
+
@move="move"
|
|
64
|
+
@remove="removeFile"
|
|
65
|
+
/>
|
|
66
|
+
<!-- 极简列表模式显示附件 -->
|
|
67
|
+
<file-list
|
|
68
|
+
v-else-if="typeVal == 'list'"
|
|
69
|
+
:data="inputVal"
|
|
70
|
+
:previewable="previewableVal"
|
|
71
|
+
:downloadable="downloadableVal"
|
|
72
|
+
:sortable="sortable"
|
|
73
|
+
:input-writeable="inputWriteable"
|
|
74
|
+
@preview="preview"
|
|
75
|
+
@download="download"
|
|
76
|
+
@move="move"
|
|
77
|
+
@remove="removeFile"
|
|
78
|
+
@sort="handleSort"
|
|
79
|
+
/>
|
|
80
|
+
<!-- 图片墙模式 -->
|
|
81
|
+
<file-card
|
|
82
|
+
v-else-if="typeVal == 'card'"
|
|
83
|
+
:data="inputVal"
|
|
84
|
+
:previewable="previewableVal"
|
|
85
|
+
:downloadable="downloadableVal"
|
|
86
|
+
:sortable="sortable"
|
|
87
|
+
:input-writeable="inputWriteable"
|
|
88
|
+
:headers="headerVal"
|
|
89
|
+
:action-url="actionUrlVal"
|
|
90
|
+
:card-badge="cardBadge"
|
|
91
|
+
:thumbnail="thumbnail"
|
|
92
|
+
@preview="preview"
|
|
93
|
+
@download="download"
|
|
94
|
+
@move="move"
|
|
95
|
+
@remove="removeFile"
|
|
96
|
+
@sort="handleSort"
|
|
97
|
+
/>
|
|
98
|
+
</div>
|
|
99
|
+
</template>
|
|
100
|
+
<script>
|
|
101
|
+
import utils from '@/utils.js'
|
|
102
|
+
import permission from '@/mixins/permission.js'
|
|
103
|
+
import inputName from '@/mixins/inputName.js'
|
|
104
|
+
import form from '@/mixins/form.js'
|
|
105
|
+
import ClFieldTail from '../../FieldTail/index'
|
|
106
|
+
import FileUpload from '../../FileUpload/index'
|
|
107
|
+
import Locale from '@/mixins/locale'
|
|
108
|
+
import FileTable from './FileTable'
|
|
109
|
+
import FileList from './FileList'
|
|
110
|
+
import FileCard from './FileCard.vue'
|
|
111
|
+
import mobileMode from '@/mixins/mobileMode.js'
|
|
112
|
+
import _ from 'lodash'
|
|
113
|
+
const { saveAs } = require('file-saver')
|
|
114
|
+
|
|
115
|
+
export default {
|
|
116
|
+
name: 'ClFile',
|
|
117
|
+
components: { ClFieldTail, FileUpload, FileTable, FileList, FileCard },
|
|
118
|
+
mixins: [Locale, permission, inputName, form, mobileMode],
|
|
119
|
+
props: {
|
|
120
|
+
type: {
|
|
121
|
+
type: String,
|
|
122
|
+
default: 'table',
|
|
123
|
+
validator: function(value) {
|
|
124
|
+
return ['table', 'list', 'card'].indexOf(value) !== -1
|
|
125
|
+
},
|
|
126
|
+
},
|
|
127
|
+
isSimple: {
|
|
128
|
+
type: Boolean,
|
|
129
|
+
default: false,
|
|
130
|
+
},
|
|
131
|
+
simplicity: {
|
|
132
|
+
type: Boolean,
|
|
133
|
+
default: false,
|
|
134
|
+
},
|
|
135
|
+
withCredentials: {
|
|
136
|
+
type: Boolean,
|
|
137
|
+
default: false,
|
|
138
|
+
},
|
|
139
|
+
actionUrl: {
|
|
140
|
+
type: String,
|
|
141
|
+
default: null,
|
|
142
|
+
},
|
|
143
|
+
value: {
|
|
144
|
+
type: String,
|
|
145
|
+
},
|
|
146
|
+
multiple: {
|
|
147
|
+
type: Boolean,
|
|
148
|
+
default: false,
|
|
149
|
+
},
|
|
150
|
+
accept: {
|
|
151
|
+
type: String,
|
|
152
|
+
},
|
|
153
|
+
limit: {
|
|
154
|
+
type: Number,
|
|
155
|
+
},
|
|
156
|
+
pictureWall: {
|
|
157
|
+
type: Boolean,
|
|
158
|
+
default: false,
|
|
159
|
+
},
|
|
160
|
+
header: {
|
|
161
|
+
type: Object,
|
|
162
|
+
},
|
|
163
|
+
size: {
|
|
164
|
+
type: Number,
|
|
165
|
+
},
|
|
166
|
+
sizeType: {
|
|
167
|
+
type: String,
|
|
168
|
+
},
|
|
169
|
+
previewable: {
|
|
170
|
+
type: Boolean,
|
|
171
|
+
default: true,
|
|
172
|
+
},
|
|
173
|
+
allowPreview: {
|
|
174
|
+
type: Boolean,
|
|
175
|
+
default: true,
|
|
176
|
+
},
|
|
177
|
+
downloadable: {
|
|
178
|
+
type: Boolean,
|
|
179
|
+
default: true,
|
|
180
|
+
},
|
|
181
|
+
allowDownload: {
|
|
182
|
+
type: Boolean,
|
|
183
|
+
default: true,
|
|
184
|
+
},
|
|
185
|
+
sortable: {
|
|
186
|
+
type: Boolean,
|
|
187
|
+
default: true,
|
|
188
|
+
},
|
|
189
|
+
propConf: [Array, String],
|
|
190
|
+
beforeUpload: {
|
|
191
|
+
type: Function,
|
|
192
|
+
},
|
|
193
|
+
onSuccess: {
|
|
194
|
+
type: Function,
|
|
195
|
+
},
|
|
196
|
+
onError: {
|
|
197
|
+
type: Function,
|
|
198
|
+
},
|
|
199
|
+
columnShow: {
|
|
200
|
+
type: Object,
|
|
201
|
+
default() {
|
|
202
|
+
return {}
|
|
203
|
+
},
|
|
204
|
+
},
|
|
205
|
+
cardBadge: {
|
|
206
|
+
type: Boolean,
|
|
207
|
+
default: true,
|
|
208
|
+
},
|
|
209
|
+
thumbnail: {
|
|
210
|
+
type: Function,
|
|
211
|
+
},
|
|
212
|
+
flowData: {
|
|
213
|
+
type: Object,
|
|
214
|
+
default: () => {
|
|
215
|
+
return {}
|
|
216
|
+
},
|
|
217
|
+
},
|
|
218
|
+
},
|
|
219
|
+
data() {
|
|
220
|
+
return {
|
|
221
|
+
writeable: true,
|
|
222
|
+
temp: null,
|
|
223
|
+
refreshFileUploadDebounce: _.debounce(this.refreshFileUpload, 200),
|
|
224
|
+
inputVal: [],
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
computed: {
|
|
228
|
+
typeVal: function() {
|
|
229
|
+
return this.isSimple || this.simplicity ? 'list' : this.type
|
|
230
|
+
},
|
|
231
|
+
inputsContainerWidth() {
|
|
232
|
+
return this.typeVal !== 'list' && this.formInputsDisplay !== 'block'
|
|
233
|
+
? { width: 'auto' }
|
|
234
|
+
: {}
|
|
235
|
+
},
|
|
236
|
+
actionUrlVal: function() {
|
|
237
|
+
return this.actionUrl
|
|
238
|
+
? this.actionUrl
|
|
239
|
+
: this.$requestConfig.uploadUrl
|
|
240
|
+
? this.handlerUploadUrl
|
|
241
|
+
: 'https://jsonplaceholder.typicode.com/posts/'
|
|
242
|
+
},
|
|
243
|
+
handlerUploadUrl() {
|
|
244
|
+
const baseUrl = this.$requestConfig.uploadUrl
|
|
245
|
+
if (!this.flowData.defId) {
|
|
246
|
+
return baseUrl
|
|
247
|
+
}
|
|
248
|
+
const indexOfMark = baseUrl.indexOf('?')
|
|
249
|
+
if (indexOfMark == -1) {
|
|
250
|
+
return `${baseUrl}?defId=${this.flowData.defId}`
|
|
251
|
+
}
|
|
252
|
+
if (indexOfMark > -1 && indexOfMark == baseUrl.length - 1) {
|
|
253
|
+
return `${baseUrl}defId=${this.flowData.defId}`
|
|
254
|
+
}
|
|
255
|
+
if (indexOfMark > -1 && indexOfMark < baseUrl.length - 1) {
|
|
256
|
+
return `${baseUrl}&defId=${this.flowData.defId}`
|
|
257
|
+
}
|
|
258
|
+
return baseUrl
|
|
259
|
+
},
|
|
260
|
+
headerVal: function() {
|
|
261
|
+
return this.header
|
|
262
|
+
? this.header
|
|
263
|
+
: this.$requestConfig.header
|
|
264
|
+
? this.$requestConfig.header()
|
|
265
|
+
: null
|
|
266
|
+
},
|
|
267
|
+
acceptType: function() {
|
|
268
|
+
if (this.accept) {
|
|
269
|
+
const ary = []
|
|
270
|
+
this.accept.split(',').forEach((m) => {
|
|
271
|
+
if (m.startsWith('.')) {
|
|
272
|
+
ary.push(m)
|
|
273
|
+
} else {
|
|
274
|
+
ary.push(`.${m}`)
|
|
275
|
+
}
|
|
276
|
+
})
|
|
277
|
+
return ary.join(',')
|
|
278
|
+
}
|
|
279
|
+
return null
|
|
280
|
+
},
|
|
281
|
+
previewableVal: function() {
|
|
282
|
+
return (
|
|
283
|
+
(this.inputWriteable && this.previewable) ||
|
|
284
|
+
(this.permission_sub === 'r' && this.allowPreview)
|
|
285
|
+
)
|
|
286
|
+
},
|
|
287
|
+
downloadableVal: function() {
|
|
288
|
+
return (
|
|
289
|
+
(this.inputWriteable && this.downloadable) ||
|
|
290
|
+
(this.permission_sub === 'r' && this.allowDownload)
|
|
291
|
+
)
|
|
292
|
+
},
|
|
293
|
+
},
|
|
294
|
+
watch: {
|
|
295
|
+
value(val) {
|
|
296
|
+
if (utils.isEmpty(val)) {
|
|
297
|
+
this.inputVal = []
|
|
298
|
+
}
|
|
299
|
+
if (val.constructor == String) {
|
|
300
|
+
this.inputVal = [...JSON.parse(val)]
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
inputVal: {
|
|
304
|
+
handler(val) {
|
|
305
|
+
this.$emit('input', JSON.stringify(val))
|
|
306
|
+
},
|
|
307
|
+
deep: true,
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
|
+
created() {
|
|
311
|
+
if (this.value) {
|
|
312
|
+
this.inputVal = JSON.parse(this.value)
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
methods: {
|
|
316
|
+
//获取指定字符串点最后一个字符
|
|
317
|
+
substringType(str) {
|
|
318
|
+
let valueArr = str.split('.')
|
|
319
|
+
return valueArr[valueArr.length - 1]
|
|
320
|
+
},
|
|
321
|
+
// 将文件对象转换为附件对象
|
|
322
|
+
convertFile2Item(file) {
|
|
323
|
+
const item = {
|
|
324
|
+
name: file.name,
|
|
325
|
+
size: file.size,
|
|
326
|
+
percentage: file.percentage,
|
|
327
|
+
status: file.status,
|
|
328
|
+
state: file.status,
|
|
329
|
+
type:
|
|
330
|
+
file.name && file.name.split('.')
|
|
331
|
+
? this.substringType(file.name)
|
|
332
|
+
: file.type,
|
|
333
|
+
uid: file.uid,
|
|
334
|
+
prop1: '',
|
|
335
|
+
prop2: '',
|
|
336
|
+
prop3: '',
|
|
337
|
+
prop4: '',
|
|
338
|
+
prop5: '',
|
|
339
|
+
prop6: '',
|
|
340
|
+
}
|
|
341
|
+
if (file.response) {
|
|
342
|
+
item.response = { ...file.response }
|
|
343
|
+
item.username = file.response.username || ''
|
|
344
|
+
}
|
|
345
|
+
return item
|
|
346
|
+
},
|
|
347
|
+
// 对附件对象的操作,包括:添加、更新、删除、清空、调整顺序
|
|
348
|
+
valueOpration(item, opType = 'update', direct) {
|
|
349
|
+
if (opType == 'clear') {
|
|
350
|
+
this.$emit('input', '')
|
|
351
|
+
this.refreshFileUploadDebounce()
|
|
352
|
+
return
|
|
353
|
+
}
|
|
354
|
+
let ary = utils.isEmpty(this.value) ? [] : JSON.parse(this.value)
|
|
355
|
+
const index = ary.findIndex((m) => m.uid == item.uid)
|
|
356
|
+
switch (opType) {
|
|
357
|
+
case 'update': {
|
|
358
|
+
if (index > -1) {
|
|
359
|
+
ary[index] = item
|
|
360
|
+
} else {
|
|
361
|
+
ary.push(item)
|
|
362
|
+
}
|
|
363
|
+
break
|
|
364
|
+
}
|
|
365
|
+
case 'remove':
|
|
366
|
+
ary.splice(index, 1)
|
|
367
|
+
break
|
|
368
|
+
case 'move': {
|
|
369
|
+
const realItem = ary.find((m) => m.uid == item.uid)
|
|
370
|
+
ary = utils.arrayMove(ary, realItem, direct)
|
|
371
|
+
break
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
this.$emit('input', ary.length > 0 ? JSON.stringify(ary) : '')
|
|
375
|
+
this.refreshFileUploadDebounce()
|
|
376
|
+
},
|
|
377
|
+
// 同步附件数据到上传组件
|
|
378
|
+
refreshFileUpload() {
|
|
379
|
+
this.$nextTick(() => {
|
|
380
|
+
this.$refs.fileUpload.reload(this.inputVal)
|
|
381
|
+
})
|
|
382
|
+
},
|
|
383
|
+
handleError(err, file) {
|
|
384
|
+
this.valueOpration(this.convertFile2Item(file))
|
|
385
|
+
//上传失败的附件在3秒后自动移除
|
|
386
|
+
setTimeout(() => {
|
|
387
|
+
this.valueOpration(this.convertFile2Item(file), 'remove')
|
|
388
|
+
}, 3000)
|
|
389
|
+
},
|
|
390
|
+
handleProgress(event, file) {
|
|
391
|
+
this.valueOpration(this.convertFile2Item(file))
|
|
392
|
+
},
|
|
393
|
+
handleClear() {
|
|
394
|
+
this.valueOpration(null, 'clear')
|
|
395
|
+
},
|
|
396
|
+
move(item, direct) {
|
|
397
|
+
this.valueOpration(item, 'move', direct)
|
|
398
|
+
},
|
|
399
|
+
uploadSuccess(response, file, fileList) {
|
|
400
|
+
this.valueOpration(this.convertFile2Item(file))
|
|
401
|
+
this.$emit('onSuccess', response, file, fileList)
|
|
402
|
+
},
|
|
403
|
+
removeFile(file) {
|
|
404
|
+
this.$refs.fileUpload.abort(file)
|
|
405
|
+
this.valueOpration(this.convertFile2Item(file), 'remove')
|
|
406
|
+
this.$emit('remove', file, this.inputVal)
|
|
407
|
+
},
|
|
408
|
+
download(file) {
|
|
409
|
+
// 组件单独绑定了download事件
|
|
410
|
+
if (this.$options._parentListeners.download) {
|
|
411
|
+
this.$emit('download', file, this.inputVal)
|
|
412
|
+
}
|
|
413
|
+
// 未绑定时触发全局download事件处理函数
|
|
414
|
+
else if (this.$requestConfig.download) {
|
|
415
|
+
this.$requestConfig
|
|
416
|
+
.download(file.response.fileId)
|
|
417
|
+
.then(({ data, headers }) => {
|
|
418
|
+
if (data && headers) {
|
|
419
|
+
// 附件下载
|
|
420
|
+
const fileName = decodeURIComponent(
|
|
421
|
+
headers['content-disposition']
|
|
422
|
+
.split(';')[1]
|
|
423
|
+
.split('filename=')[1]
|
|
424
|
+
)
|
|
425
|
+
const blob = new Blob([data])
|
|
426
|
+
saveAs(blob, fileName)
|
|
427
|
+
}
|
|
428
|
+
})
|
|
429
|
+
.catch((err) => {
|
|
430
|
+
this.$message.error(`附件下载失败:${err}`)
|
|
431
|
+
})
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
preview(file) {
|
|
435
|
+
if (file.status !== 'success') {
|
|
436
|
+
this.$message.warning(this.t('cl.file.forbiddenPreview'))
|
|
437
|
+
return
|
|
438
|
+
}
|
|
439
|
+
if (this.previewableVal) {
|
|
440
|
+
// 当前组件未添加preview事件监听 并且 设置了全局预览方法
|
|
441
|
+
if (!this._events.preview && this.$preview) {
|
|
442
|
+
this.$preview(file)
|
|
443
|
+
} else {
|
|
444
|
+
this.$emit('preview', file, this.inputVal)
|
|
445
|
+
}
|
|
446
|
+
} else {
|
|
447
|
+
let msg = this.t('cl.file.nopreview')
|
|
448
|
+
this.$message.warning(msg)
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
handleSort(data) {
|
|
452
|
+
this.$emit('input', JSON.stringify(data))
|
|
453
|
+
this.refreshFileUploadDebounce()
|
|
454
|
+
},
|
|
455
|
+
},
|
|
456
|
+
}
|
|
457
|
+
</script>
|
|
458
|
+
<style lang="scss" scoped>
|
|
459
|
+
input[type='hidden'][aria-invalid='true'] + .file-upload-container {
|
|
460
|
+
outline: 1px solid #f56c6c;
|
|
461
|
+
}
|
|
462
|
+
.upload-tooltip {
|
|
463
|
+
font-size: 11px;
|
|
464
|
+
color: #999999;
|
|
465
|
+
line-height: 14px;
|
|
466
|
+
}
|
|
467
|
+
</style>
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="file-upload-container">
|
|
3
|
+
<el-upload
|
|
4
|
+
ref="elUploadEl"
|
|
5
|
+
:list-type="listType"
|
|
6
|
+
:action="actionUrl"
|
|
7
|
+
:file-list="files"
|
|
8
|
+
:headers="header"
|
|
9
|
+
:show-file-list="false"
|
|
10
|
+
:accept="accept"
|
|
11
|
+
:limit="limit"
|
|
12
|
+
:multiple="multiple"
|
|
13
|
+
:before-upload="handleBeforeUpload"
|
|
14
|
+
:on-progress="handleProgress"
|
|
15
|
+
:on-exceed="handleExceed"
|
|
16
|
+
:on-success="handleSuccess"
|
|
17
|
+
:on-error="handleError"
|
|
18
|
+
:with-credentials="withCredentials"
|
|
19
|
+
>
|
|
20
|
+
<el-tooltip placement="top" effect="light">
|
|
21
|
+
<div slot="content">
|
|
22
|
+
<span>附件格式支持:{{ acceptLabel }}</span>
|
|
23
|
+
<br />
|
|
24
|
+
<span>附件大小限制:单个文件不超过{{ size }}MB</span>
|
|
25
|
+
<br />
|
|
26
|
+
<span>附件个数限制:最多{{ limit }}个</span>
|
|
27
|
+
</div>
|
|
28
|
+
<el-button v-if="!readonly" size="mini" round icon="el-icon-plus">
|
|
29
|
+
上传
|
|
30
|
+
</el-button>
|
|
31
|
+
</el-tooltip>
|
|
32
|
+
</el-upload>
|
|
33
|
+
|
|
34
|
+
<el-button
|
|
35
|
+
v-if="!readonly && files.length > 0"
|
|
36
|
+
v-popconfirm="{ content: '确定要清空吗?', confirm: handleClear }"
|
|
37
|
+
size="mini"
|
|
38
|
+
round
|
|
39
|
+
icon="el-icon-delete"
|
|
40
|
+
>
|
|
41
|
+
清空
|
|
42
|
+
</el-button>
|
|
43
|
+
|
|
44
|
+
<slot name="append"></slot>
|
|
45
|
+
</div>
|
|
46
|
+
</template>
|
|
47
|
+
<script>
|
|
48
|
+
export default {
|
|
49
|
+
name: 'ClFileUpload',
|
|
50
|
+
props: {
|
|
51
|
+
withCredentials: {
|
|
52
|
+
type: Boolean,
|
|
53
|
+
default: false,
|
|
54
|
+
},
|
|
55
|
+
value: {
|
|
56
|
+
type: Array,
|
|
57
|
+
required: true,
|
|
58
|
+
},
|
|
59
|
+
actionUrl: {
|
|
60
|
+
type: String,
|
|
61
|
+
required: true,
|
|
62
|
+
},
|
|
63
|
+
listType: {
|
|
64
|
+
type: String,
|
|
65
|
+
},
|
|
66
|
+
multiple: {
|
|
67
|
+
type: Boolean,
|
|
68
|
+
},
|
|
69
|
+
accept: {
|
|
70
|
+
type: String,
|
|
71
|
+
},
|
|
72
|
+
limit: {
|
|
73
|
+
type: Number,
|
|
74
|
+
default: 5,
|
|
75
|
+
},
|
|
76
|
+
header: {
|
|
77
|
+
type: Object,
|
|
78
|
+
},
|
|
79
|
+
size: {
|
|
80
|
+
type: Number,
|
|
81
|
+
default: 50,
|
|
82
|
+
},
|
|
83
|
+
readonly: {
|
|
84
|
+
type: Boolean,
|
|
85
|
+
default: false,
|
|
86
|
+
},
|
|
87
|
+
beforeUpload: {
|
|
88
|
+
type: Function,
|
|
89
|
+
},
|
|
90
|
+
onSuccess: {
|
|
91
|
+
type: Function,
|
|
92
|
+
},
|
|
93
|
+
onError: {
|
|
94
|
+
type: Function,
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
data() {
|
|
98
|
+
return {
|
|
99
|
+
files: [],
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
computed: {
|
|
103
|
+
acceptLabel: function() {
|
|
104
|
+
return this.accept ? this.accept : '所有格式'
|
|
105
|
+
},
|
|
106
|
+
},
|
|
107
|
+
created() {
|
|
108
|
+
this.files = this.value || []
|
|
109
|
+
},
|
|
110
|
+
methods: {
|
|
111
|
+
reload(files) {
|
|
112
|
+
this.files = files
|
|
113
|
+
},
|
|
114
|
+
// 附件是否超过最大尺寸
|
|
115
|
+
exceedFileSize(file) {
|
|
116
|
+
return file.size > this.size * 1024 * 1024
|
|
117
|
+
},
|
|
118
|
+
handleBeforeUpload(file) {
|
|
119
|
+
let resultVal = false
|
|
120
|
+
if (this.exceedFileSize(file)) {
|
|
121
|
+
let computerSize = this.$options.filters['computerSize'](file.size)
|
|
122
|
+
this.$message({
|
|
123
|
+
message: `附件的大小为${computerSize},超过了允许的最大尺寸${this.size}MB.`,
|
|
124
|
+
type: 'warning',
|
|
125
|
+
})
|
|
126
|
+
resultVal = false
|
|
127
|
+
} else {
|
|
128
|
+
resultVal = true
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
if (
|
|
132
|
+
this.beforeUpload &&
|
|
133
|
+
this.beforeUpload.constructor == Function &&
|
|
134
|
+
resultVal
|
|
135
|
+
) {
|
|
136
|
+
resultVal = this.beforeUpload(file)
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
if (resultVal) {
|
|
140
|
+
this.files.push(file)
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
return resultVal
|
|
144
|
+
},
|
|
145
|
+
handleProgress(event, file, fileList) {
|
|
146
|
+
const index = this.files.findIndex((m) => m === file)
|
|
147
|
+
index > -1 && this.$set(this.files, index, file)
|
|
148
|
+
this.$emit('on-progress', event, file, fileList)
|
|
149
|
+
},
|
|
150
|
+
handleExceed() {
|
|
151
|
+
this.$message({
|
|
152
|
+
message: `最多允许上传${this.limit}个附件.`,
|
|
153
|
+
type: 'warning',
|
|
154
|
+
})
|
|
155
|
+
},
|
|
156
|
+
handleSuccess(response, file, fileList) {
|
|
157
|
+
if (this.onSuccess && this.onSuccess.constructor == Function) {
|
|
158
|
+
this.onSuccess(response, file, fileList)
|
|
159
|
+
}
|
|
160
|
+
const index = this.files.findIndex((m) => m === file)
|
|
161
|
+
file.state = 'success'
|
|
162
|
+
index > -1 && this.$set(this.files, index, file)
|
|
163
|
+
},
|
|
164
|
+
handleError(err, file, fileList) {
|
|
165
|
+
if (this.onError && this.onError.constructor == Function) {
|
|
166
|
+
this.onError(err, file, fileList)
|
|
167
|
+
}
|
|
168
|
+
this.$emit('handle-error', err, file, fileList)
|
|
169
|
+
const index = this.files.findIndex((m) => m === file)
|
|
170
|
+
file.state = 'exception'
|
|
171
|
+
index > -1 && this.$set(this.files, index, file)
|
|
172
|
+
this.$message({
|
|
173
|
+
message: `附件${file.name}上传失败.`,
|
|
174
|
+
type: 'error',
|
|
175
|
+
onClose: () => {
|
|
176
|
+
this.files.remove(file)
|
|
177
|
+
},
|
|
178
|
+
})
|
|
179
|
+
},
|
|
180
|
+
handleClear() {
|
|
181
|
+
this.files.forEach((m) => {
|
|
182
|
+
this.abort(m)
|
|
183
|
+
})
|
|
184
|
+
this.$refs.elUploadEl.clearFiles()
|
|
185
|
+
this.files = []
|
|
186
|
+
this.$emit('clear')
|
|
187
|
+
},
|
|
188
|
+
abort(file) {
|
|
189
|
+
// 附件还在上传中,则中止上传。
|
|
190
|
+
if (file && file.status === 'uploading') {
|
|
191
|
+
this.$refs.elUploadEl.abort(file)
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
remove(file) {
|
|
195
|
+
this.abort(file)
|
|
196
|
+
this.files.remove(file)
|
|
197
|
+
for (var i = 0; i < this.files.length; i++) {
|
|
198
|
+
if (this.files[i].uid == file.uid) {
|
|
199
|
+
this.files.splice(i, 1) //删除数组某一项
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
},
|
|
204
|
+
}
|
|
205
|
+
</script>
|
|
206
|
+
<style lang="scss" scoped>
|
|
207
|
+
.el-upload {
|
|
208
|
+
display: inline;
|
|
209
|
+
text-align: center;
|
|
210
|
+
cursor: pointer;
|
|
211
|
+
outline: none;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.file-upload-container {
|
|
215
|
+
margin-bottom: 10px;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
div.file-upload-container > div {
|
|
219
|
+
display: inline-block;
|
|
220
|
+
margin-right: 10px;
|
|
221
|
+
}
|
|
222
|
+
</style>
|